Trait tract_tensorflow::prelude::tract_ndarray::DataOwned [−][src]
Array representation trait.
A representation that is a unique or shared owner of its data.
Internal trait, see Data.
Array representation trait.
A representation that is a unique or shared owner of its data.
Internal trait, see Data.
impl<A> DataOwned for OwnedArcRepr<A>[src]pub fn new(elements: Vec<A, Global>) -> OwnedArcRepr<A>[src]pub fn into_shared(self) -> OwnedArcRepr<A>[src]impl<A> DataOwned for OwnedRepr<A>[src]pub fn new(elements: Vec<A, Global>) -> OwnedRepr<A>[src]pub fn into_shared(self) -> OwnedArcRepr<A>[src]