[−][src]Enum tract_core::ops::nn::DataFormat
Variants
NCHWNHWCMethods
impl DataFormat[src]
pub fn shape<D, S>(&self, shape: S) -> BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug, [src]
D: DimLike,
S: AsRef<[D]> + Debug,
pub fn from_n_c_hw<D, S>(
&self,
n: D,
c: D,
shape: S
) -> BaseDataShape<D, TVec<D>> where
D: DimLike,
S: AsRef<[D]> + Debug, [src]
&self,
n: D,
c: D,
shape: S
) -> BaseDataShape<D, TVec<D>> where
D: DimLike,
S: AsRef<[D]> + Debug,
Trait Implementations
impl Default for DataFormat[src]
fn default() -> DataFormat[src]
impl Clone for DataFormat[src]
fn clone(&self) -> DataFormat[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<DataFormat> for DataFormat[src]
fn eq(&self, other: &DataFormat) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl Copy for DataFormat[src]
impl Debug for DataFormat[src]
Auto Trait Implementations
impl Unpin for DataFormat
impl Sync for DataFormat
impl Send for DataFormat
impl UnwindSafe for DataFormat
impl RefUnwindSafe for DataFormat
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Downcast for T where
T: Any, [src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>[src]
fn as_any(&self) -> &(dyn Any + 'static)[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)[src]
impl<T> Clone for T where
T: Clone, [src]
T: Clone,