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

yet-another-onnx-builder documentation¶

Contents

  • Elements of Design
    • Statistics on Logs Through a Cube of Data
    • ExtendedReferenceEvaluator
    • Interesting Helpers
    • ShapeBuilder
  • Gallery of Examples

API

  • API Reference
  • Versions

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Older versions¶

  • 0.1.0

Next
Elements of Design
Copyright ©
Made with Sphinx and @pradyunsg's Furo