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

Trait Implementations

impl Debug for update_args
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for update_args
[src]

impl Clone for update_args
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more