Getting Started
Tutorials
How-to Guide
Developer Guide
Notes
Reference
Load an onnx model to hidet.graph.nn.Module.
model (Union[str, onnx.ModelProto]) – The path or model proto of given onnx model.
ret – The loaded model.
OnnxModule