ONNX Runtime
|
Namespaces | |
namespace | attr_utils |
namespace | binding_utils |
Classes | |
struct | AllocatedFree |
struct | Base |
Used internally by the C++ API. C++ wrapper types inherit from this. This is a zero cost abstraction to wrap the C API objects and delete them on destruction. More... | |
struct | Base< Unowned< T > > |
Covers unowned pointers owned by either the ORT or some other instance of CPP wrappers. Used for ConstXXX and UnownedXXXX types that are copyable. Also convenient to wrap raw OrtXX pointers . More... | |
struct | ConstIoBindingImpl |
struct | ConstSessionImpl |
struct | ConstValueImpl |
struct | IoBindingImpl |
struct | MapTypeInfoImpl |
struct | MemoryInfoImpl |
struct | OptionalTypeInfoImpl |
struct | OrtSparseValuesParam |
struct | SequenceTypeInfoImpl |
struct | SessionImpl |
struct | Shape |
struct | TensorTypeAndShapeInfoImpl |
struct | TypeInfoImpl |
struct | Unowned |
This is a tagging template type. Use it with Base<T> to indicate that the C++ interface object has no ownership of the underlying C object. More... | |
struct | ValueImpl |
Functions | |
void | OrtRelease (OrtAllocator *ptr) |
void | OrtRelease (OrtMemoryInfo *ptr) |
void | OrtRelease (OrtCustomOpDomain *ptr) |
void | OrtRelease (OrtThreadingOptions *ptr) |
void | OrtRelease (OrtEnv *ptr) |
void | OrtRelease (OrtRunOptions *ptr) |
void | OrtRelease (OrtSession *ptr) |
void | OrtRelease (OrtSessionOptions *ptr) |
void | OrtRelease (OrtTensorTypeAndShapeInfo *ptr) |
void | OrtRelease (OrtSequenceTypeInfo *ptr) |
void | OrtRelease (OrtMapTypeInfo *ptr) |
void | OrtRelease (OrtTypeInfo *ptr) |
void | OrtRelease (OrtValue *ptr) |
void | OrtRelease (OrtModelMetadata *ptr) |
void | OrtRelease (OrtIoBinding *ptr) |
void | OrtRelease (OrtArenaCfg *ptr) |
void | OrtRelease (OrtStatus *ptr) |
void | OrtRelease (OrtOpAttr *ptr) |
void | OrtRelease (OrtOp *ptr) |
void | OrtRelease (OrtKernelInfo *ptr) |
std::string | MakeCustomOpConfigEntryKey (const char *custom_op_name, const char *config) |
void | OrtRelease (OrtCheckpointState *ptr) |
void | OrtRelease (OrtTrainingSession *ptr) |
std::string Ort::detail::MakeCustomOpConfigEntryKey | ( | const char * | custom_op_name, |
const char * | config | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |