pub trait NetworkDepth {
// Provided method
fn is_deep(&self) -> bool { ... }
}Expand description
The NetworkDepth trait is used to define the depth/kind of a neural network model.
pub trait NetworkDepth {
// Provided method
fn is_deep(&self) -> bool { ... }
}The NetworkDepth trait is used to define the depth/kind of a neural network model.