tvm
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
tvm::runtime::vm::Buffer Struct Reference

#include <memory_manager.h>

Collaboration diagram for tvm::runtime::vm::Buffer:

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...
 

Member Data Documentation

◆ data

void* tvm::runtime::vm::Buffer::data {nullptr}

The pointer to the allocated block of memory.

◆ device

Device tvm::runtime::vm::Buffer::device

The context of the allocated buffers.

◆ size

size_t tvm::runtime::vm::Buffer::size {0}

The size of the block.


The documentation for this struct was generated from the following file: