[]Trait tract_hir::prelude::tract_linalg::frame::lut::Lut

pub trait Lut: Send + Sync + Debug + DynClone {
    fn table(&self) -> &[u8]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
;
fn run(&self, buf: &mut [u8]); }

Required methods

fn table(&self) -> &[u8]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]

fn run(&self, buf: &mut [u8])

Loading content...

Implementors

impl<K> Lut for LutImpl<K> where
    K: LutKer

Loading content...