pub trait ConstLayerTraitConst: LayerTraitConst {
    fn as_raw_ConstLayer(&self) -> *const c_void;
}
Expand description

Constant methods for crate::dnn::ConstLayer

Required Methods§

Implementors§