HDK
|
#include <onnxruntime_cxx_api.h>
Public Types | |
using | B = Base< T > |
![]() | |
using | contained_type = T |
Public Member Functions | |
ConstTensorTypeAndShapeInfo | GetTensorTypeAndShapeInfo () const |
Wraps OrtApi::CastTypeInfoToTensorInfo. More... | |
ConstSequenceTypeInfo | GetSequenceTypeInfo () const |
Wraps OrtApi::CastTypeInfoToSequenceTypeInfo. More... | |
ConstMapTypeInfo | GetMapTypeInfo () const |
Wraps OrtApi::CastTypeInfoToMapTypeInfo. More... | |
ConstOptionalTypeInfo | GetOptionalTypeInfo () const |
wraps OrtApi::CastTypeInfoToOptionalTypeInfo More... | |
ONNXType | GetONNXType () const |
![]() | |
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 |
contained_type * | release () |
Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. More... | |
Additional Inherited Members | |
![]() | |
contained_type * | p_ {} |
Definition at line 1249 of file onnxruntime_cxx_api.h.
using Ort::detail::TypeInfoImpl< T >::B = Base<T> |
Definition at line 1250 of file onnxruntime_cxx_api.h.
|
inline |
Wraps OrtApi::CastTypeInfoToMapTypeInfo.
Definition at line 1195 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1202 of file onnxruntime_cxx_inline.h.
|
inline |
wraps OrtApi::CastTypeInfoToOptionalTypeInfo
Definition at line 1237 of file onnxruntime_cxx_inline.h.
|
inline |
Wraps OrtApi::CastTypeInfoToSequenceTypeInfo.
Definition at line 1188 of file onnxruntime_cxx_inline.h.
|
inline |
Wraps OrtApi::CastTypeInfoToTensorInfo.
Definition at line 1181 of file onnxruntime_cxx_inline.h.