HDK
|
#include "core/framework/allocator.h"
Go to the source code of this file.
Classes | |
class | onnxruntime::BufferDeleter |
Namespaces | |
onnxruntime | |
Typedefs | |
using | onnxruntime::BufferUniquePtr = std::unique_ptr< void, BufferDeleter > |
using | onnxruntime::BufferNakedPtr = void * |