Skip to main content
Ctrl+K
yet-another-onnx-builder 0.1.0 documentation - Home yet-another-onnx-builder 0.1.0 documentation - Home
  • API
  • Converters
  • Core
  • Galleries
  • Command Lines
    • Installation
    • Getting Started
    • Miscellaneous
  • GitHub
  • API
  • Converters
  • Core
  • Galleries
  • Command Lines
  • Installation
  • Getting Started
  • Miscellaneous
  • GitHub

Section Navigation

  • to_onnx and ExportArtifact
  • LiteRT / TFLite Export to ONNX
    • Supported LiteRT Ops
  • scikit-learn Export to ONNX
    • Expected API
    • Sklearn Converter
    • External Libraries Based on scikit-learn
    • Supported Converters
    • Custom Converter
    • ONNX Runtime Contrib Ops (com.microsoft domain)
    • Debugging with Environment Variables
  • SQL-to-ONNX Converter Design
  • TensorFlow / JAX Export to ONNX
    • Supported TF Ops
    • Supported JAX Ops
  • Torch Export to ONNX
    • Torch Converter to ONNX
    • Flattening Functionalities (torch)
    • Flattening List
    • Patches (torch export)
    • Patches List
    • InputObserver
    • Supported Aten Functions
    • Overview of Exportability
  • Converters

Converters#

This section lists all available converters. They all relies on a function to_onnx(model, args) which walks through the model, converts piece by piece to onnx and connect them. They all returns an instance of ExportArtifact.

  • to_onnx and ExportArtifact
  • LiteRT / TFLite Export to ONNX
  • scikit-learn Export to ONNX
  • SQL-to-ONNX Converter Design
  • TensorFlow / JAX Export to ONNX
  • Torch Export to ONNX

previous

yobx.pv_version

next

to_onnx and ExportArtifact

This Page

  • Show Source

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.16.1.