GetData
Description
Obtains the data address of a tensor.
Prototype
void *GetData() const
Parameters
None
Returns
A void * for the pointer to tensor data.
Restrictions
None
Example
void *data = tensor->GetData();
Parent topic: Class Tensor
Obtains the data address of a tensor.
void *GetData() const
None
A void * for the pointer to tensor data.
None
void *data = tensor->GetData();