Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§