pub trait InnerProductLayerInt8TraitConst: InnerProductLayerTraitConst {
// Required method
fn as_raw_InnerProductLayerInt8(&self) -> *const c_void;
// Provided methods
fn input_zp(&self) -> i32 { ... }
fn output_zp(&self) -> i32 { ... }
fn input_sc(&self) -> f32 { ... }
fn output_sc(&self) -> f32 { ... }
fn per_channel(&self) -> bool { ... }
}Expand description
Constant methods for crate::dnn::InnerProductLayerInt8