|
HDK
|
Wrapper around ::OrtAllocator. More...
#include <onnxruntime_cxx_api.h>
Inheritance diagram for Ort::Allocator:Public Member Functions | |
| Allocator (std::nullptr_t) | |
| Convenience to create a class member and then replace with an instance. More... | |
| Allocator (const Session &session, const OrtMemoryInfo *) | |
Public Member Functions inherited from Ort::detail::AllocatorImpl< OrtAllocator > | |
| void * | Alloc (size_t size) |
| MemoryAllocation | GetAllocation (size_t size) |
| void | Free (void *p) |
| ConstMemoryInfo | GetInfo () const |
Public Member Functions inherited from Ort::detail::Base< OrtAllocator > | |
| 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 | |
Public Types inherited from Ort::detail::AllocatorImpl< OrtAllocator > | |
| using | B = Base< OrtAllocator > |
Public Types inherited from Ort::detail::Base< OrtAllocator > | |
| using | contained_type = OrtAllocator |
Protected Attributes inherited from Ort::detail::Base< OrtAllocator > | |
| contained_type * | p_ |
Wrapper around ::OrtAllocator.
Definition at line 1865 of file onnxruntime_cxx_api.h.
|
inlineexplicit |
Convenience to create a class member and then replace with an instance.
Definition at line 1866 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 250 of file onnxruntime_cxx_inline.h.