[]Struct tract_hir::prelude::tract_linalg::Ops

pub struct Ops {
    pub mmm_f32: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>,
    pub qmmm_i8_i32: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>,
    pub qmmm_u8_i32: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>,
    pub qmmm_u8_u8: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>,
    pub qmmm_i8_i8: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>,
    pub sigmoid_f32: Box<dyn Fn() + 'static + Sync + Send>,
    pub tanh_f32: Box<dyn Fn() + 'static + Sync + Send>,
    pub lut_u8: Box<dyn Fn(&[u8]) + 'static + Sync + Send>,
}

Fields

mmm_f32: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>qmmm_i8_i32: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>qmmm_u8_i32: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>qmmm_u8_u8: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>qmmm_i8_i8: Box<dyn Fn(usize, usize, usize) + 'static + Sync + Send>sigmoid_f32: Box<dyn Fn() + 'static + Sync + Send>tanh_f32: Box<dyn Fn() + 'static + Sync + Send>lut_u8: Box<dyn Fn(&[u8]) + 'static + Sync + Send>

Auto Trait Implementations

impl !RefUnwindSafe for Ops

impl Send for Ops

impl Sync for Ops

impl Unpin for Ops

impl !UnwindSafe for Ops

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> DowncastSync for T where
    T: Send + Sync + Any

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

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

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.