[][src]Trait melange::tensor::layout::DynamicFill

pub trait DynamicFill<T> {
    fn fill(value: T, shape: Vec<usize>) -> Self;
}

Required methods

fn fill(value: T, shape: Vec<usize>) -> Self

Loading content...

Implementors

impl<T> DynamicFill<T> for HeapLayout<T> where
    T: Clone
[src]

Loading content...