Skip to content

Specify in-place operators

Olivier BICHLER requested to merge inplace into dev

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

Loading