Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
onnx-array-api 0.3.1 documentation
Logo
onnx-array-api 0.3.1 documentation

Contents

  • Tutorial
    • Many ways to implement a custom graph in ONNX
    • GraphBuilder: common API for ONNX
    • Light API for ONNX: everything in one line
    • Numpy API for ONNX
      • First examples with onnx-array-api
      • First examples with onnxruntime
    • Tools
    • Benchmarks
      • Benchmark of TreeEnsemble implementation
  • API
    • onnx_array_api.array_api
      • onnx_array_api.array_api.onnx_numpy
      • onnx_array_api.array_api.onnx_ort
      • onnx_array_api.npx.npx_array_api
    • onnx_array_api.graph_api
    • onnx_array_api.light_api
    • onnx_array_api.translate_api
    • npx_core_api
    • npx.npx_functions
    • npx_jit_eager
    • npx.npx_numpy_tensors
    • npx_tensors
    • npx.npx_types
    • Shortcuts
    • npx.npx_var
    • onnx tools
    • ort
    • plotting
    • reference
    • tools
    • profiling
    • Float 8
    • validation.docs
  • Technical Details
    • Difficulty to implement an Array API for ONNX
  • command lines
  • Example gallery
    • About float 8
    • Compares the conversions of the same model with different options
    • First examples with onnx-array-api
    • First examples with onnxruntime
    • Optimization with onnxruntime
    • Profiling with onnxruntime
    • Benchmark of TreeEnsemble implementation

More

  • Change Logs
  • License
  • Long outputs uneasy to see
Back to top
View this page

Benchmarks¶

A list of benchmark used to improve to the performance of ONNX components (onnx, onnxruntime, onnx-array-api, …).

  • Benchmark of TreeEnsemble implementation
    • import and registration of necessary converters
    • Machine details
    • Fonction to measure inference time
    • Benchmark
    • Saving data
    • Plot
Next
Benchmark of TreeEnsemble implementation
Previous
Tools
Copyright © 2023-2024, Xavier Dupré
Made with Sphinx and @pradyunsg's Furo