[][src]Trait tract_linalg::frame::lut::Lut

pub trait Lut: Debug + DynClone + Send + Sync {
    fn table(&self) -> &[u8];
fn run(&self, buf: &mut [u8]); }

Required methods

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

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

Loading content...

Implementors

impl<K> Lut for LutImpl<K> where
    K: LutKer
[src]

Loading content...