into_dim

Function into_dim 

Source
pub fn into_dim<S, D, D2>(tensor: TensorBase<S, D>) -> TensorBase<S, D2>
where D: DimAPI + DimIntoAPI<D2>, D2: DimAPI,
Expand description

Convert layout to the other dimension.

ยงSee also

Refer to into_dim for more detailed documentation.