pub struct AutodiffConfig {
pub logger: LoggerConfig<AutodiffLogLevel>,
}Expand description
Configuration for autodiff in Burn.
Fields§
§logger: LoggerConfig<AutodiffLogLevel>Logger configuration for autodiff logs.
Trait Implementations§
Source§impl Clone for AutodiffConfig
impl Clone for AutodiffConfig
Source§fn clone(&self) -> AutodiffConfig
fn clone(&self) -> AutodiffConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutodiffConfig
impl Debug for AutodiffConfig
Source§impl Default for AutodiffConfig
impl Default for AutodiffConfig
Source§fn default() -> AutodiffConfig
fn default() -> AutodiffConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutodiffConfig
impl<'de> Deserialize<'de> for AutodiffConfig
Source§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
Auto Trait Implementations§
impl Freeze for AutodiffConfig
impl RefUnwindSafe for AutodiffConfig
impl Send for AutodiffConfig
impl Sync for AutodiffConfig
impl Unpin for AutodiffConfig
impl UnsafeUnpin for AutodiffConfig
impl UnwindSafe for AutodiffConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more