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

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

Notable traits for &'_ [u8]

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

Required methods

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

Notable traits for &'_ [u8]

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

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

Loading content...

Implementors

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

Loading content...