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