Specify in-place operators
The following operators have now an in-place ProdConso model:
- Flatten;
- Identity;
- Reshape;
- Squeeze;
- Unsqueeze.
This is important for the export memory manager, since by default, it uses the default operators implementation ProdConso model. Therefore, these operations will be nop in export because the output memory plane will be the same as the input one in most cases!
Edited by Olivier BICHLER
Merge request reports
Activity
Filter activity
changed milestone to %aidge v0.6.0
added Enhancement ⭐ label
assigned to @olivierbichler
mentioned in merge request aidge_export_cpp!31 (merged)
enabled an automatic merge when all merge checks for 355863bb pass
@axelfarr this may break export! Can you check!
mentioned in issue aidge_backend_cpu#4 (closed)
Please register or sign in to reply