Skip to content
Snippets Groups Projects

Fix LSTM ONNX compatibility

Merged Olivier BICHLER requested to merge fix_lstm into dev

Minor fixes related to #167.

  • Add forcedInputsCategory attribute to MetaOperator, which allows to change the input category of the meta op inputs (which should not necessarily inherits from its inner nodes). Example: the meta op input should be a Param category but this input goes to a Squeeze operator inside the meta op. If inherited, the input category would be Data instead of Param.
  • Added binding for set_upper_node.
  • Fixed bug in GraphView::save().
  • Changed behavior of Scheduler to initialize the consumer list to the output nodes.
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