Module error

Source
Expand description

Module containing error definitions.

Structs§

OrtStatusWrapper
Wrapper type around a ONNX C API’s OrtStatus pointer

Enums§

NonMatchingDimensionsError
Error used when dimensions of input (from model and from inference call) do not match (as they should).
OrtApiError
Error details when ONNX C API fail
OrtDownloadError
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