NetworkDepth

Trait NetworkDepth 

Source
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§

Source

fn is_deep(&self) -> bool

Implementors§