Search Docs
The model loading function is provided by HMCT to load an onnx model with a specified path for subsequent model conversion.
def load_model(onnx_model_file: str) -> "ModelProto"
onnx_model_file, string data type, mandatory, onnx model file path.
The onnx ModelProto object.