Structs§
- \brief Memory allocation interface
- \brief The C API
- \brief The helper interface to get the right version of OrtApi
- \brief CUDA Provider Options
- \brief MIGraphX Provider Options
- \brief OpenVINO Provider Options
- \brief ROCM Provider Options
- \brief TensorRT Provider Options
Enums§
- \brief Graph optimization level
- Copied from TensorProto::DataType Currently, Ort doesn’t support complex64, complex128
- \brief Algorithm to use for cuDNN Convolution Op
- \brief Language projection identifiers /see OrtApi::SetLanguageProjection
- \brief Logging severity levels
- \brief Memory types for allocated memory, execution provider specific types should be extended in each provider.
- \brief This mimics OrtDevice type constants so they can be returned in the API
- Equivalent to C’s
voidtype when used as a pointer.
Constants§
Functions§
- \brief The Onnxruntime library’s entry point to access the C API
Type Aliases§
- \brief Ort custom thread creation function
- \brief Custom thread join function
- \brief Thread work loop function
- \brief Callback function for RunAsync
- Equivalent to C’s
chartype. - Equivalent to C’s
signed int(int) type. - Equivalent to C’s
unsigned longtype. - Equivalent to C’s
unsigned long longtype. - Equivalent to C’s
unsigned shorttype.