Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
yet-another-onnx-builder 0.1.0 documentation
Logo
yet-another-onnx-builder 0.1.0 documentation

Contents

  • Elements of Design
    • Statistics on Logs Through a Cube of Data
    • ExtendedReferenceEvaluator
    • Interesting Helpers
    • ShapeBuilder
  • Gallery of Examples
    • Computed Shapes: Add + Concat + Reshape
    • Expressions in Shape Computation
    • ExtendedReferenceEvaluator: running models with contrib operators
    • MiniOnnxBuilder: serialize tensors to an ONNX model
    • ONNX Graph Visualization with to_dot

API

  • API Reference
    • yobx.helpers
      • yobx.helpers.cache_helper
      • yobx.helpers.cube_helper
      • yobx.helpers.dot_helper
      • yobx.helpers.helper
      • yobx.helpers.mini_onnx_builder
      • yobx.helpers.onnx_helper
      • yobx.helpers.torch_helper
    • yobx.reference
      • yobx.reference.evaluator
    • yobx.xshape
      • yobx.xshape.expressions_torch
      • yobx.xshape.evaluate_expressions
      • yobx.xshape.rename_expressions
      • yobx.xshape.simplify_expressions
      • yobx.xshape._builder_runtime
      • yobx.xshape._inference_runtime
      • yobx.xshape._shape_runtime
      • yobx.xshape._shape_helper
      • yobx.xshape._onnx_helper
      • yobx.xshape.shape_builder
      • yobx.xshape.shape_builder_impl
      • yobx.xshape.shape_type_compute
      • yobx.xshape.type_inference
  • Versions
Back to top
View this page

Gallery of Examples¶

Computed Shapes: Add + Concat + Reshape

Computed Shapes: Add + Concat + Reshape

Expressions in Shape Computation

Expressions in Shape Computation

ExtendedReferenceEvaluator: running models with contrib operators

ExtendedReferenceEvaluator: running models with contrib operators

MiniOnnxBuilder: serialize tensors to an ONNX model

MiniOnnxBuilder: serialize tensors to an ONNX model

ONNX Graph Visualization with to_dot

ONNX Graph Visualization with to_dot

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next
Computed Shapes: Add + Concat + Reshape
Previous
ShapeBuilder
Copyright ©
Made with Sphinx and @pradyunsg's Furo