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

pub trait StaticFill<T> {
    fn fill(value: T) -> Self;
}

Required methods

fn fill(value: T) -> Self

Loading content...

Implementors

impl<T, S> StaticFill<T> for StaticHeapLayout<T, S> where
    T: Clone,
    S: StaticShape
[src]

Loading content...