[−][src]Struct tract_core::ops::nn::BaseDataShape
Fields
fmt: DataFormatshape: Sstrides: TVec<D>Methods
impl<D, S> BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug, [src]
D: DimLike,
S: AsRef<[D]> + Debug,
pub fn rank(&self) -> usize[src]
pub fn hw_rank(&self) -> usize[src]
pub fn n_axis(&self) -> usize[src]
pub fn c_axis(&self) -> usize[src]
pub fn h_axis(&self) -> usize[src]
pub fn hw_axes(&self) -> Range<usize>[src]
pub fn n_dim(&self) -> &D[src]
pub fn c_dim(&self) -> &D[src]
pub fn hw_dims(&self) -> &[D][src]
pub fn n(&self) -> &D[src]
pub fn c(&self) -> &D[src]
pub fn n_stride(&self) -> &D[src]
pub fn hw_strides(&self) -> &[D][src]
pub fn w_stride(&self) -> &D[src]
pub fn c_stride(&self) -> &D[src]
Trait Implementations
impl<D: Clone, S: Clone> Clone for BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug, [src]
D: DimLike,
S: AsRef<[D]> + Debug,
fn clone(&self) -> BaseDataShape<D, S>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<D: PartialEq, S: PartialEq> PartialEq<BaseDataShape<D, S>> for BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug, [src]
D: DimLike,
S: AsRef<[D]> + Debug,
fn eq(&self, other: &BaseDataShape<D, S>) -> bool[src]
fn ne(&self, other: &BaseDataShape<D, S>) -> bool[src]
impl<D: Debug, S: Debug> Debug for BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug, [src]
D: DimLike,
S: AsRef<[D]> + Debug,
Auto Trait Implementations
impl<D, S> Unpin for BaseDataShape<D, S> where
D: Unpin,
S: Unpin,
D: Unpin,
S: Unpin,
impl<D, S> Sync for BaseDataShape<D, S> where
S: Sync,
S: Sync,
impl<D, S> Send for BaseDataShape<D, S> where
S: Send,
S: Send,
impl<D, S> UnwindSafe for BaseDataShape<D, S> where
D: RefUnwindSafe + UnwindSafe,
S: UnwindSafe,
D: RefUnwindSafe + UnwindSafe,
S: UnwindSafe,
impl<D, S> RefUnwindSafe for BaseDataShape<D, S> where
D: RefUnwindSafe,
S: RefUnwindSafe,
D: RefUnwindSafe,
S: RefUnwindSafe,
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,