|
HDK
|
#include "core/framework/allocator.h"
Include dependency graph for buffer_deleter.h:
This graph shows which files directly or indirectly include this file: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 * |