GetSize
Function Usage
Obtains the data size of a tensor described by TensorDesc.
Prototype
1 | int64_t GetSize() const |
Parameters
None
Returns
Data size of the tensor described by TensorDesc.
Exception Handling
None
Constraints
None
Parent topic: TensorDesc