pub fn unflatten( a: impl AsRef<Array>, axis: i32, shape: &[i32], ) -> Result<Array>
Unflatten an axis of an array to a shape.
a
axis
shape