Module ort::session

source ·
Expand description

Contains the Session and SessionBuilder types for managing ONNX Runtime sessions and performing inference.

Structs

  • A Session with data stored in-memory.
  • Information about an ONNX’s input as stored in loaded file
  • Information about an ONNX’s output as stored in loaded file
  • Type storing the session information, built from an Environment
  • Type used to create a session using the builder pattern. Once created, you can use the different methods to configure the session.