SetSize
Description
Sets the data size of a tensor into TensorDesc.
Prototype
void SetSize(int64_t size)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
size |
Input |
Data size of the tensor to be set. |
Returns
None.
Exception Handling
None.
Restrictions
None.
Parent topic: TensorDesc