Trait opencv::dnn::prelude::SoftmaxLayerInt8Trait[][src]

pub trait SoftmaxLayerInt8Trait: SoftmaxLayerInt8TraitConst + SoftmaxLayerTrait {
    fn as_raw_mut_SoftmaxLayerInt8(&mut self) -> *mut c_void;

    fn set_output_sc(&mut self, val: f32) { ... }
fn set_output_zp(&mut self, val: i32) { ... } }

Required methods

Provided methods

Implementors