Skip to content
Snippets Groups Projects

Specify in-place operators

Merged 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
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading