Expand description
Re-exports§
pub use self::model::Config;
pub use self::model::Features;
pub use self::model::Layout;
pub use self::model::Linear;
pub use self::norm::LayerNorm;
pub use self::params::ParamsBase;
pub use self::params::mode::*;
pub use self::traits::*;
Modules§
Functions§
- is_
biased - A utilitarian function for checking if a type is Biased; returns false otherwise.
Compares the TypeId of
K
to the TypeId of Biased.