Logo image Logo image
  • Installation
  • Tutorials
  • API
  • Examples Gallery
  • Notebooks Gallery
  • Other pages
  • Blog Gallery
  • Introduction to ONNX
  • Introduction to onnxruntime
  • scikit-learn to ONNX Tutorial
  • Training Tutorial
  • Benchmarking and profiling Tutorial
    • Study behavior of one operator
      • Benchmark operator LeakyRelu
      • Benchmark operator Slice
      • Benchmark and profile of operator Slice
    • Inference
    • Profiling
    • Training

Study behavior of one operator#

Following examples look into the processing time of one operator depending on the size of the tensors it processes. It may help optimizing an ONNX graph depending on the size of the data it consumes.

  • Benchmark operator LeakyRelu
  • Benchmark operator Slice
  • Benchmark and profile of operator Slice

previous

Benchmarking and profiling Tutorial

next

Benchmark operator LeakyRelu

© Copyright 2022, Xavier Dupré.

Created using Sphinx 5.0.2.