Crate ort

source ·
Expand description

ort is a Rust binding for ONNX Runtime. For information on how to get started with ort, see https://ort.pyke.io/introduction.

Re-exports§

Macros§

  • Construct the inputs to a session from an array or named map of values.

Structs§

Enums§

Constants§

  • The minor version of ONNX Runtime used by this version of ort.

Traits§

Functions§

  • Returns a pointer to the global ort_sys::OrtApi object.
  • Gets a reference to the global environment, creating one if an environment has been committed yet.
  • Creates an ONNX Runtime environment.
  • Creates an ONNX Runtime environment, dynamically loading ONNX Runtime from the library file (.dll/.so/.dylib) specified by path.

Type Aliases§