[−][src]Trait tract_onnx::prelude::tract_ndarray::DataOwned
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]fn new(elements: Vec<A>) -> OwnedArcRepr<A>[src]fn into_shared(self) -> OwnedArcRepr<A>[src]impl<A> DataOwned for OwnedRepr<A>[src]fn new(elements: Vec<A>) -> OwnedRepr<A>[src]fn into_shared(self) -> OwnedArcRepr<A>[src]