Skip to main content
Ctrl+K
onnx-light 0.1.0 documentation - Home onnx-light 0.1.0 documentation - Home
  • Design
  • How-to
  • API
  • ONNX Operators
  • Examples
  • Miscellaneous
  • GitHub
  • Design
  • How-to
  • API
  • ONNX Operators
  • Examples
  • Miscellaneous
  • GitHub

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
  • Core examples

Core examples#

Examples demonstrating the core features of onnx-light.

Compares the Python API of onnx and onnx_light.onnx

Compares the Python API of onnx and onnx_light.onnx

Load and save ONNX models with external data

Load and save ONNX models with external data

Profiles ONNX external-data save time

Profiles ONNX external-data save time

Measures loading and saving time for an ONNX model

Measures loading and saving time for an ONNX model

previous

Examples

next

Compares the Python API of onnx and onnx_light.onnx

Show Source

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.18.0.