Trait opencv::dnn::SoftmaxLayerInt8TraitConst[][src]

pub trait SoftmaxLayerInt8TraitConst: SoftmaxLayerTraitConst {
    fn as_raw_SoftmaxLayerInt8(&self) -> *const c_void;

    fn output_sc(&self) -> f32 { ... }
fn output_zp(&self) -> i32 { ... } }

Required methods

Provided methods

Implementors