Module prelude

Source

Re-exports§

pub use super::BatchNorm;
pub use super::mode::*;
pub use crate::traits::*;

Structs§

LayerNorm
Layer Normalization directly estimates the normalization statistics from the summed inputs to the neurons within a hidden layer, eliminating the need to introduce any additional dependencies.
LayerNormConfig
Linear
An implementation of a linear model.