Struct border_tch_agent::mlp::MLPConfig
source · [−]pub struct MLPConfig { /* private fields */ }Expand description
Configuration of MLP.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Returns the dimension of output vectors, i.e., the number of discrete outputs.
Sets the output dimension.
Auto Trait Implementations
impl RefUnwindSafe for MLPConfig
impl UnwindSafe for MLPConfig
Blanket Implementations
Mutably borrows from an owned value. Read more