pub trait LayerParamsTraitConst: DictTraitConst {
// Required method
fn as_raw_LayerParams(&self) -> *const c_void;
// Provided methods
fn blobs(&self) -> Vector<Mat> { ... }
fn name(&self) -> String { ... }
fn typ(&self) -> String { ... }
}
Expand description
Constant methods for crate::dnn::LayerParams