Struct darknet::ffi::update_args
[−]
[src]
#[repr(C)]pub struct update_args { pub batch: c_int, pub learning_rate: f32, pub momentum: f32, pub decay: f32, pub adam: c_int, pub B1: f32, pub B2: f32, pub eps: f32, pub t: c_int, }
Fields
batch: c_int
learning_rate: f32
momentum: f32
decay: f32
adam: c_int
B1: f32
B2: f32
eps: f32
t: c_int
Trait Implementations
impl Debug for update_args
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for update_args
[src]
impl Clone for update_args
[src]
fn clone(&self) -> update_args
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more