|
tvm
|
The container base structure contains all the fields except for the Object header. More...
#include <ndarray.h>
Public Attributes | |
| DLTensor | dl_tensor |
| The corresponding dl_tensor field. More... | |
| void * | manager_ctx {nullptr} |
| additional context, reserved for recycling More... | |
Protected Attributes | |
| ShapeTuple | shape_ |
| The shape container, can be used used for shape data. More... | |
The container base structure contains all the fields except for the Object header.
| DLTensor tvm::runtime::NDArray::ContainerBase::dl_tensor |
The corresponding dl_tensor field.
| void* tvm::runtime::NDArray::ContainerBase::manager_ctx {nullptr} |
additional context, reserved for recycling
|
protected |
The shape container, can be used used for shape data.
1.8.13