[][src]Trait autograph::DataOwned

pub trait DataOwned: Data + Sized {
    fn from_buffer(buffer: Buffer<Self::Elem>) -> Self;
}

Trait for Tensors that can be constructed, and do not have references (ie not a View)

Required methods

fn from_buffer(buffer: Buffer<Self::Elem>) -> Self

Loading content...

Implementors

Loading content...