HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::AllocatorWithDefaultOptions Struct Reference

Wrapper around OrtAllocator default instance that is owned by Onnxruntime. More...

#include <onnxruntime_cxx_api.h>

+ Inheritance diagram for Ort::AllocatorWithDefaultOptions:

Public Member Functions

 AllocatorWithDefaultOptions (std::nullptr_t)
 Convenience to create a class member and then replace with an instance. More...
 
 AllocatorWithDefaultOptions ()
 
- Public Member Functions inherited from Ort::detail::AllocatorImpl< detail::Unowned< OrtAllocator > >
voidAlloc (size_t size)
 
MemoryAllocation GetAllocation (size_t size)
 
void Free (void *p)
 
ConstMemoryInfo GetInfo () const
 
- Public Member Functions inherited from Ort::detail::Base< detail::Unowned< OrtAllocator > >
constexpr Base ()=default
 
constexpr Base (contained_type *p) noexcept
 
 Base (const Base &)=delete
 
 Base (Base &&v) noexcept
 
 ~Base ()
 
Baseoperator= (const Base &)=delete
 
Baseoperator= (Base &&v) noexcept
 
constexpr operator contained_type * () const noexcept
 
contained_typerelease ()
 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< detail::Unowned< OrtAllocator > >
using B = Base< detail::Unowned< OrtAllocator > >
 
- Public Types inherited from Ort::detail::Base< detail::Unowned< OrtAllocator > >
using contained_type = detail::Unowned< OrtAllocator >
 
- Protected Attributes inherited from Ort::detail::Base< detail::Unowned< OrtAllocator > >
contained_typep_
 

Detailed Description

Wrapper around OrtAllocator default instance that is owned by Onnxruntime.

Definition at line 1402 of file onnxruntime_cxx_api.h.

Constructor & Destructor Documentation

Ort::AllocatorWithDefaultOptions::AllocatorWithDefaultOptions ( std::nullptr_t  )
inlineexplicit

Convenience to create a class member and then replace with an instance.

Definition at line 1403 of file onnxruntime_cxx_api.h.

Ort::AllocatorWithDefaultOptions::AllocatorWithDefaultOptions ( )
inline

Definition at line 176 of file onnxruntime_cxx_inline.h.


The documentation for this struct was generated from the following files: