t_read_onnx

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.

Parameters

Returns

A model dictionary containing: