[]Trait tract_tensorflow::prelude::tract_linalg::frame::lut::LutKer

pub trait LutKer: Clone + Send + Sync + Debug {
    pub fn name() -> &'static str;
pub fn n() -> usize;
pub fn input_alignment_bytes() -> usize;
pub fn table_alignment_bytes() -> usize;
pub fn run(buf: *mut u8, len: usize, table: *const u8); }

Required methods

pub fn name() -> &'static str

pub fn n() -> usize

pub fn input_alignment_bytes() -> usize

pub fn table_alignment_bytes() -> usize

pub fn run(buf: *mut u8, len: usize, table: *const u8)

Loading content...

Implementors

Loading content...