ONNX Runtime
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 COrt::detail::AllocatedFree
 COrt::detail::Base< T >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
 COrt::detail::Base< detail::Unowned< OrtAllocator > >
 COrt::detail::Base< OrtAllocator >
 COrt::detail::Base< OrtArenaCfg >
 COrt::detail::Base< OrtCheckpointState >
 COrt::detail::Base< OrtCustomOpDomain >
 COrt::detail::Base< OrtEnv >
 COrt::detail::Base< OrtGraph >
 COrt::detail::Base< OrtIoBinding >
 COrt::detail::Base< OrtKernelInfo >
 COrt::detail::Base< OrtLoraAdapter >
 COrt::detail::Base< OrtMapTypeInfo >
 COrt::detail::Base< OrtMemoryInfo >
 COrt::detail::Base< OrtModel >
 COrt::detail::Base< OrtModelCompilationOptions >
 COrt::detail::Base< OrtModelMetadata >
 COrt::detail::Base< OrtNode >
 COrt::detail::Base< OrtOp >
 COrt::detail::Base< OrtOpAttr >
 COrt::detail::Base< OrtRunOptions >
 COrt::detail::Base< OrtSequenceTypeInfo >
 COrt::detail::Base< OrtSession >
 COrt::detail::Base< OrtSessionOptions >
 COrt::detail::Base< OrtStatus >
 COrt::detail::Base< OrtTensorTypeAndShapeInfo >
 COrt::detail::Base< OrtThreadingOptions >
 COrt::detail::Base< OrtTrainingSession >
 COrt::detail::Base< OrtTypeInfo >
 COrt::detail::Base< OrtValue >
 COrt::detail::Base< OrtValueInfo >
 COrt::detail::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
 Connxruntime_float16::BFloat16Impl
 COrt::CustomOpConfigsClass that represents session configuration entries for one or more custom operators
 Cstd::exception
 Connxruntime_float16::Float16Impl
 COrt::Float8E4M3FN_tFloat8e4m3fn (Float8 Floating Point) data type
 COrt::Float8E4M3FNUZ_tFloat8e4m3fnuz (Float8 Floating Point) data type
 COrt::Float8E5M2_tFloat8e5m2 (Float8 Floating Point) data type
 COrt::Float8E5M2FNUZ_tFloat8e5m2fnuz (Float8 Floating Point) data type
 COrt::Global< T >
 COrt::KernelContextThis class wraps a raw pointer OrtKernelContext* that is being passed to the custom kernel Compute() method. Use it to safely access context attributes, input and output parameters with exception safety guarantees. See usage example in onnxruntime/test/testdata/custom_op_library/custom_op_library.cc
 COrt::LoggerThis class represents an ONNX Runtime logger that can be used to log information with an associated severity level and source code location (file path, line number, function name)
 COrt::MemoryAllocationRepresents native memory allocation coming from one of the OrtAllocators registered with OnnxRuntime. Use it to wrap an allocation made by an allocator so it can be automatically released when no longer needed
 COrtAllocatorMemory allocation interface
 COrtApiThe C API
 COrtApiBaseThe helper interface to get the right version of OrtApi
 COrtCompileApiThe OrtCompileApi struct provides functions to compile ONNX models
 COrtCUDAProviderOptionsCUDA Provider Options
 COrtCustomHandleType
 COrtCustomOp
 COrtMIGraphXProviderOptionsMIGraphX Provider Options
 COrtModelEditorApiThe OrtModelEditorApi struct provides functions to create or edit an ONNX model
 COrtOpenVINOProviderOptionsOpenVINO Provider Options
 COrtROCMProviderOptionsROCM Provider Options
 COrt::detail::OrtSparseValuesParam
 COrtTensorRTProviderOptionsTensorRT Provider Options
 COrtTrainingApiThe Training C API that holds onnxruntime training function pointers
 COrt::detail::Shape
 COrt::ShapeInferContextProvide access to per-node attributes and input shapes, so one could compute and set output shapes
 COrt::ShapeInferContext::SymbolicInteger
 COrt::detail::Unowned< T >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