Struct darknet::ffi::network [] [src]

#[repr(C)]
pub struct network { pub n: c_int, pub batch: c_int, pub seen: *mut usize, pub t: *mut c_int, pub epoch: f32, pub subdivisions: c_int, pub layers: *mut layer, pub output: *mut f32, pub policy: learning_rate_policy, pub learning_rate: f32, pub momentum: f32, pub decay: f32, pub gamma: f32, pub scale: f32, pub power: f32, pub time_steps: c_int, pub step: c_int, pub max_batches: c_int, pub scales: *mut f32, pub steps: *mut c_int, pub num_steps: c_int, pub burn_in: c_int, pub adam: c_int, pub B1: f32, pub B2: f32, pub eps: f32, pub inputs: c_int, pub outputs: c_int, pub truths: c_int, pub notruth: c_int, pub h: c_int, pub w: c_int, pub c: c_int, pub max_crop: c_int, pub min_crop: c_int, pub max_ratio: f32, pub min_ratio: f32, pub center: c_int, pub angle: f32, pub aspect: f32, pub exposure: f32, pub saturation: f32, pub hue: f32, pub random: c_int, pub gpu_index: c_int, pub hierarchy: *mut tree, pub input: *mut f32, pub truth: *mut f32, pub delta: *mut f32, pub workspace: *mut f32, pub train: c_int, pub index: c_int, pub cost: *mut f32, pub clip: f32, }

Fields

Trait Implementations

impl Debug for network
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for network
[src]

impl Clone for network
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more