Trait tract_hir::internal::tract_linalg::frame::lut::LutKer     [−][src]
pub trait LutKer: Clone + Debug + Send + Sync {
    fn name() -> &'static str;
    fn n() -> usize;
    fn input_alignment_bytes() -> usize;
    fn table_alignment_bytes() -> usize;
    fn run(buf: *mut u8, len: usize, table: *const u8);
}