Skip to content
Snippets Groups Projects

Added default operator impl with default producer-consumer model

Merged Olivier BICHLER requested to merge simpl_op_impl into main

This update simplifies a lot the implementations, by providing a default producer-consumer model to the base OperatorImpl class!

The change is relatively minor and should not jeopardize potential future refactoring around operators modeling.

For the default producer-consumer model, the assertion made is simple: the full input tensors are consumed and the full output tensors are produced at each forward execution. Futhermore, input tensors cannot be overwritten during execution (the operation is not in-place).

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