Type: lib.numpy.reshaping.Reshape3D

Namespace: lib.numpy.reshaping

Description

Reshape an array to a 3D shape without changing its data. array, reshape, dimensions, volume

Use cases:
- Convert data for 3D visualization
- Prepare image data with channels
- Structure data for 3D convolutions

Properties

Property Type Description Default
values np_array The input array to reshape {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}
num_rows int The number of rows 0
num_cols int The number of columns 0
num_depths int The number of depths 0

Outputs

Output Type Description
output np_array  

Metadata

Browse other nodes in the lib.numpy.reshaping namespace.