Versions Compared

Key

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

...

Imports the ONNX model file, passed as a parameter, into MXNet symbol and parameters. Operator support and coverage - https://cwiki.apache.org/confluence/display/MXNET/ONNX

Input Parameters –

model_file – A string object representing the path to the ONNX model file.

...