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

type StaticTensor<T, S> = Tensor<T, S, Contiguous, StaticHeapLayout<T, S>, DefaultPolicy>;

Default static tensor stored on the heap.