|
HDK
|
#include <onnxruntime_cxx_api.h>
Inheritance diagram for Ort::detail::MemoryInfoImpl< T >:Public Types | |
| using | B = Base< T > |
Public Types inherited from Ort::detail::Base< T > | |
| using | contained_type = T |
Public Member Functions | |
| std::string | GetAllocatorName () const |
| OrtAllocatorType | GetAllocatorType () const |
| int | GetDeviceId () const |
| OrtMemoryInfoDeviceType | GetDeviceType () const |
| OrtMemType | GetMemoryType () const |
| template<typename U > | |
| bool | operator== (const MemoryInfoImpl< U > &o) 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 |
| contained_type * | release () |
| Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Ort::detail::Base< T > | |
| contained_type * | p_ {} |
Definition at line 1181 of file onnxruntime_cxx_api.h.
| using Ort::detail::MemoryInfoImpl< T >::B = Base<T> |
Definition at line 1182 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 257 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 264 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 271 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 278 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 285 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 293 of file onnxruntime_cxx_inline.h.