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

type DynamicTensor<T, S> = Tensor<T, S, Contiguous, HeapLayout<T>, DefaultPolicy>;

Default dynamic tensor stored on the heap.