![]() |
ONNX Runtime
|
#include <onnxruntime_cxx_api.h>
Public Types | |
| using | B = Base< T > |
Public Types inherited from Ort::detail::Base< T > | |
| using | contained_type = T |
Public Member Functions | |
| ConstTensorTypeAndShapeInfo | GetTensorTypeAndShapeInfo () const |
| Wraps OrtApi::CastTypeInfoToTensorInfo. | |
| ConstSequenceTypeInfo | GetSequenceTypeInfo () const |
| Wraps OrtApi::CastTypeInfoToSequenceTypeInfo. | |
| ConstMapTypeInfo | GetMapTypeInfo () const |
| Wraps OrtApi::CastTypeInfoToMapTypeInfo. | |
| ConstOptionalTypeInfo | GetOptionalTypeInfo () const |
| wraps OrtApi::CastTypeInfoToOptionalTypeInfo | |
| ONNXType | GetONNXType () const |
Public Member Functions inherited from Ort::detail::Base< T > | |
| constexpr | Base ()=default |
| constexpr | Base (contained_type *p) noexcept |
| ~Base () | |
| Base (const Base &)=delete | |
| Base & | operator= (const Base &)=delete |
| Base (Base &&v) noexcept | |
| Base & | operator= (Base &&v) noexcept |
| constexpr | operator contained_type * () const noexcept |
| constexpr contained_type & | operator* () const noexcept |
| contained_type * | release () |
| Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. | |
Additional Inherited Members | |
Protected Attributes inherited from Ort::detail::Base< T > | |
| contained_type * | p_ {} |
| using Ort::detail::TypeInfoImpl< T >::B = Base<T> |
| ConstMapTypeInfo Ort::detail::TypeInfoImpl< T >::GetMapTypeInfo | ( | ) | const |
| ONNXType Ort::detail::TypeInfoImpl< T >::GetONNXType | ( | ) | const |
| ConstOptionalTypeInfo Ort::detail::TypeInfoImpl< T >::GetOptionalTypeInfo | ( | ) | const |
| ConstSequenceTypeInfo Ort::detail::TypeInfoImpl< T >::GetSequenceTypeInfo | ( | ) | const |
| ConstTensorTypeAndShapeInfo Ort::detail::TypeInfoImpl< T >::GetTensorTypeAndShapeInfo | ( | ) | const |