HDK
|
Wrapper around ::OrtMapTypeInfo. More...
#include <onnxruntime_cxx_api.h>
Public Member Functions | |
MapTypeInfo (std::nullptr_t) | |
Create an empty MapTypeInfo object, must be assigned a valid one to be used. More... | |
MapTypeInfo (OrtMapTypeInfo *p) | |
![]() | |
ONNXTensorElementDataType | GetMapKeyType () const |
Wraps OrtApi::GetMapKeyType. More... | |
TypeInfo | GetMapValueType () const |
Wraps OrtApi::GetMapValueType. More... | |
![]() | |
constexpr | Base ()=default |
constexpr | Base (contained_type *p) noexcept |
Base (const Base &)=delete | |
Base (Base &&v) noexcept | |
~Base () | |
Base & | operator= (const Base &)=delete |
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 | |
![]() | |
using | B = Base< OrtMapTypeInfo > |
![]() | |
using | contained_type = OrtMapTypeInfo |
![]() | |
contained_type * | p_ |
Wrapper around ::OrtMapTypeInfo.
Definition at line 1241 of file onnxruntime_cxx_api.h.
|
inlineexplicit |
Create an empty MapTypeInfo object, must be assigned a valid one to be used.
Definition at line 1242 of file onnxruntime_cxx_api.h.
|
inlineexplicit |
Definition at line 1243 of file onnxruntime_cxx_api.h.