Reshape

Node Icon

Reshape the dimensions of an input Numeric Array or Boolean Array. The number of volumes in the output must match the number of volumes in the input.

Example: Input with shape [3, 4] can be reshaped to e.g. [4, 3], [2, 6] or [1, 12] but not to [3, 6].

Inputs

Input

Input Numeric Array or Boolean Array.

Type: Numeric Array, Boolean Array, List, Required, Single

Outputs

Output

Output Numeric Array or Boolean Array.

Type: Numeric Array, Boolean Array, List

Settings

New Shape Integers

New shape.

See also

Keywords: