pub trait ReshapeLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_ReshapeLayer(&self) -> *const c_void;
// Provided methods
fn new_shape_desc(&self) -> MatShape { ... }
fn new_shape_range(&self) -> Range { ... }
}Expand description
Constant methods for crate::dnn::ReshapeLayer
Required Methods§
fn as_raw_ReshapeLayer(&self) -> *const c_void
Provided Methods§
fn new_shape_desc(&self) -> MatShape
fn new_shape_range(&self) -> Range
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.