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