Skip to main content
Back to top
Ctrl
+
K
Design
How-to
API
ONNX Operators
Examples
Miscellaneous
Search
Ctrl
+
K
System Settings
Light
Dark
GitHub
Search
Ctrl
+
K
Design
How-to
API
ONNX Operators
Examples
Miscellaneous
System Settings
Light
Dark
GitHub
Collapse Sidebar
Expand Sidebar
Section Navigation
Core examples
Compares the Python API of
onnx
and
onnx_light.onnx
Load and save ONNX models with external data
Profiles ONNX external-data save time
Measures loading and saving time for an ONNX model
Examples with the C++ API
Standalone C++ example: validate an ONNX model with onnx_light checker
Standalone C++ example: load an ONNX file with onnx_light
Standalone C++ example: measure ONNX loading time
Standalone C++ example: print a proto for debugging
Standalone C++ example: run every backend test through onnxruntime
Examples
Examples
#
Core examples
Examples with the C++ API
Show Source