referencerunner
Reference runner module for ONNX model execution.
This module provides functionality for running ONNX models using ONNXRuntime as a reference implementation. It supports both random input generation and user-provided inputs through NPZ or Polygraphy JSON files. The runner is used to analyze model behavior and validate outputs during precision conversion.
Classes
A class to run ONNX models with ONNXRuntime for reference inference. |