Expand description
Module containing error definitions.
Structs§
- OrtStatus
Wrapper - Wrapper type around a ONNX C API’s
OrtStatus
pointer
Enums§
- NonMatching
Dimensions Error - Error used when dimensions of input (from model and from inference call) do not match (as they should).
- OrtApi
Error - Error details when ONNX C API fail
- OrtDownload
Error - Error from downloading pre-trained model from the ONNX Model Zoo.
- OrtError
- Error type centralizing all possible errors
Type Aliases§
- Result
- Type alias for the
Result