into_dyn

Function into_dyn 

Source
pub fn into_dyn<S, D>(tensor: TensorBase<S, D>) -> TensorBase<S, Vec<usize>>
where D: DimAPI,
Expand description

Convert layout to the dynamic dimension IxD.

ยงSee also

Refer to into_dim for more detailed documentation.