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

type StackTensor<T, S> = Tensor<T, S, Contiguous, StackLayout<T, S>, StackFirstPolicy>;

Stack allocated tensor.