Skip to content

Fix issues with onnx export

Olivier BICHLER requested to merge fix_export into dev

Fix #24 (closed) by correcting two issues:

  • Unable to export a GraphView with no input. I propose to take the root node as starting point if there is no input.
  • Wrong function to be call (output instead of get_output to retrive a tensor).

Merge request reports