set_format
Function Usage
Sets the tensor format.
Prototype
1 | set_format(format: Format) -> Tensor |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
format |
Input |
Format to be set. For details about the format, see Format. |
Returns
(Tensor) Returns itself to support chain calls.
Constraints
- If the format is not of the Format type, TypeError is thrown.
- If the setting fails, RuntimeError is thrown.
Parent topic: Tensor