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

OrtAllocator * allocator_
 

Detailed Description

Definition at line 624 of file onnxruntime_cxx_api.h.

Constructor & Destructor Documentation

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

Definition at line 626 of file onnxruntime_cxx_api.h.

Member Function Documentation

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

Definition at line 628 of file onnxruntime_cxx_api.h.

Member Data Documentation

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

Definition at line 625 of file onnxruntime_cxx_api.h.


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