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§

Modules§

Macros§

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

Constants§

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

Traits§

  • Trait to access raw pointers from safe types which wrap unsafe ort_sys types.

Functions§

  • Returns a pointer to the global ort_sys::OrtApi object.
  • Returns information about the build of ONNX Runtime used, including version, Git commit, and compile flags.