GetSize
Function Usage
Obtains the data size in a tensor.
Prototype
1 | size_t GetSize() const |
Parameters
None
Returns
Size of data stored in a tensor, in bytes
Exception Handling
None
Constraints
None
Parent topic: Tensor
Obtains the data size in a tensor.
1 | size_t GetSize() const |
None
Size of data stored in a tensor, in bytes
None
None