|
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... | |
| void* tvm::runtime::vm::Buffer::data {nullptr} |
The pointer to the allocated block of memory.
| Device tvm::runtime::vm::Buffer::device |
The context of the allocated buffers.
| size_t tvm::runtime::vm::Buffer::size {0} |
The size of the block.
1.8.13