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

#include <onnxruntime_cxx_api.h>

Public Member Functions

 AllocatedFree (OrtAllocator *allocator)
 
void operator() (void *ptr) const
 

Public Attributes

OrtAllocatorallocator_
 

Detailed Description

Definition at line 324 of file onnxruntime_cxx_api.h.

Constructor & Destructor Documentation

Ort::detail::AllocatedFree::AllocatedFree ( OrtAllocator allocator)
inlineexplicit

Definition at line 326 of file onnxruntime_cxx_api.h.

Member Function Documentation

void Ort::detail::AllocatedFree::operator() ( void ptr) const
inline

Definition at line 328 of file onnxruntime_cxx_api.h.

Member Data Documentation

OrtAllocator* Ort::detail::AllocatedFree::allocator_

Definition at line 325 of file onnxruntime_cxx_api.h.


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