pub fn reshape_action(
shape: &[usize],
strides: &[usize],
shape_new: &[usize],
) -> ReshapeActionExpand description
Returns the proper action to take when reshaping a tensor.
pub fn reshape_action(
shape: &[usize],
strides: &[usize],
shape_new: &[usize],
) -> ReshapeActionReturns the proper action to take when reshaping a tensor.