[−][src]Struct tract_core::ops::nn::BaseDataShape
Fields
fmt: DataFormat
shape: S
strides: Vec<D>
Implementations
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) -> Option<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) -> Option<&D>
[src]
pub fn c_dim(&self) -> &D
[src]
pub fn hw_dims(&self) -> &[D]
[src]
pub fn n(&self) -> Option<&D>
[src]
pub fn c(&self) -> &D
[src]
pub fn n_stride(&self) -> Option<&D>
[src]
pub fn h_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: Debug, S: Debug> Debug for BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug,
[src]
D: DimLike,
S: AsRef<[D]> + Debug,
impl<D: Hash, S: Hash> Hash for BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug,
[src]
D: DimLike,
S: AsRef<[D]> + Debug,
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
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, S> StructuralPartialEq for BaseDataShape<D, S> where
D: DimLike,
S: AsRef<[D]> + Debug,
[src]
D: DimLike,
S: AsRef<[D]> + Debug,
Auto Trait Implementations
impl<D, S> RefUnwindSafe for BaseDataShape<D, S> where
D: RefUnwindSafe,
S: RefUnwindSafe,
D: RefUnwindSafe,
S: RefUnwindSafe,
impl<D, S> Send for BaseDataShape<D, S> where
S: Send,
S: Send,
impl<D, S> Sync for BaseDataShape<D, S> where
S: Sync,
S: Sync,
impl<D, S> Unpin for BaseDataShape<D, S> where
D: Unpin,
S: Unpin,
D: Unpin,
S: Unpin,
impl<D, S> UnwindSafe for BaseDataShape<D, S> where
D: UnwindSafe,
S: UnwindSafe,
D: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Downcast for T where
T: Any,
[src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>
[src]
fn into_any_rc(self: Rc<T>) -> Rc<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> DowncastSync for T where
T: Send + Sync + Any,
[src]
T: Send + Sync + Any,
impl<T> DynClone for T where
T: Clone,
[src]
T: Clone,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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> 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>,