GetDataSize
Description
Obtains the memory size of a tensor, in bytes.
Prototype
uint64_t GetDataSize() const
Parameters
None
Returns
An uint64_t for the memory size, in bytes.
Restrictions
None
Example
uint64_t size = tensor->GetDataSize();
Parent topic: Class Tensor