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.
Provided Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".