SetOriginShape
Description
Sets the original shape of a tensor into TensorDesc.
The shape refers to that of the original network model.
Prototype
void SetOriginShape(const Shape &originShape)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
originShape |
Input |
Original shape to be set. |
Returns
None
Exception Handling
None
Restrictions
None
Parent topic: TensorDesc