Vector Reshape Block

Vector Reshape Block

The Vector Reshape block emits a reshaped version of the input vector. Order of elements will be maintained, and the reshaped dimensions must result in the same number of elements as the original input vector.

Parameters

  • Shape (default = [2,2]): Specifies the output shape (rows, cols)

Examples

Vector reshape example