Crate stonnx_api

source ·

Modules

Macros

  • Creates a directory for intermediate outputs, only if the verbosity level is set to Intermediate or above.
  • Logs an ndarray to a file in the npy format, only if the verbosity level is set to Intermediate or above.
  • This macro prints a message if the verbosity level is high enough

Structs

Enums

Functions

  • Frees a model
  • Returns the opset version of a model
  • Returns a pointer to a C string containing the last error
  • Reads an ONNX model from a file
  • Runs a model given a path to a model directory, verbosity level (0-4), graph format (json / dot), and execution mode (failfast / continue)