Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The purpose of this document is to define the use cases for ONNX usage in MXNet, primarily import and export and proposing a technical design that addresses these use cases. We have implemented the import functionality already but the code is in an external repository in the onnx org controlled by Facebook.  The design also should be generic enough to extend it to other formats later when needed.

Use cases:

1)    Import ONNX into MXNet symbolic interface for inference.

...