Read an ONNX model file
Loads an ONNX model file from disk and returns a model dictionary.
The resulting dictionary contains the model type identifier (^onnx), the
file path, input/output names, and model-level metadata. This model
object can be passed to predict() for native T-side
inference.
String): The file path to the
.onnx model.A model dictionary containing: