Struct tract_hir::internal::tract_linalg::frame::mmm::MatMatMulKerSpec[]

#[repr(C)]pub struct MatMatMulKerSpec<'a, TI> where
    TI: Copy + Debug
{ pub a: &'a PanelStore, pub b: &'a PanelStore, pub c: &'a PanelStore, pub linear: &'a LinearSpec, pub non_linear: *const FusedKerSpec<TI>, }

Fields

a: &'a PanelStoreb: &'a PanelStorec: &'a PanelStorelinear: &'a LinearSpecnon_linear: *const FusedKerSpec<TI>

Trait Implementations

impl<'a, TI> Clone for MatMatMulKerSpec<'a, TI> where
    TI: Clone + Copy + Debug

impl<'a, TI> Copy for MatMatMulKerSpec<'a, TI> where
    TI: Copy + Debug

impl<'a, TI> Debug for MatMatMulKerSpec<'a, TI> where
    TI: Debug + Copy

impl<'a, TI> PartialEq<MatMatMulKerSpec<'a, TI>> for MatMatMulKerSpec<'a, TI> where
    TI: PartialEq<TI> + Copy + Debug

impl<'a, TI> StructuralPartialEq for MatMatMulKerSpec<'a, TI> where
    TI: Copy + Debug

Auto Trait Implementations

impl<'a, TI> RefUnwindSafe for MatMatMulKerSpec<'a, TI> where
    TI: RefUnwindSafe

impl<'a, TI> !Send for MatMatMulKerSpec<'a, TI>

impl<'a, TI> !Sync for MatMatMulKerSpec<'a, TI>

impl<'a, TI> Unpin for MatMatMulKerSpec<'a, TI>

impl<'a, TI> UnwindSafe for MatMatMulKerSpec<'a, TI> where
    TI: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.