Macro burn::backend::ndarray::to_typed_dims

macro_rules! to_typed_dims {
    (
        $n:expr,
        $dims:expr,
        justdim
    ) => { ... };
}
Expand description

Converts a slice of usize to a typed dimension.