|
tvm
|
#include <memory_manager.h>
Public Attributes | |
| void * | data {nullptr} |
| The pointer to the allocated block of memory. | |
| size_t | size {0} |
| The size of the block. | |
| Device | device |
| The context of the allocated buffers. | |
| AllocatorType | alloc_type |
| The allocator that created this buffer. | |
| AllocatorType tvm::runtime::memory::Buffer::alloc_type |
The allocator that created this buffer.
| Device tvm::runtime::memory::Buffer::device |
The context of the allocated buffers.
| size_t tvm::runtime::memory::Buffer::size {0} |
The size of the block.