pub trait ReshapeLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_ReshapeLayer(&self) -> *const c_void;

    // Provided methods
    fn new_shape_desc(&self) -> Vector<i32> { ... }
    fn new_shape_range(&self) -> Range { ... }
}
Expand description

Constant methods for crate::dnn::ReshapeLayer

Required Methods§

Provided Methods§

Implementors§