[][src]Type Definition melange::tensor::prelude::StridedStackSliceTensor

type StridedStackSliceTensor<'a, T, S> = Tensor<T, S, Strided, SliceLayout<'a, T>, StackFirstPolicy>;

Strided default view with stack allocation policy.