[−][src]Struct darknet_sys::network
Fields
n: c_intbatch: c_intseen: *mut usizet: *mut c_intepoch: f32subdivisions: c_intlayers: *mut layeroutput: *mut f32policy: learning_rate_policylearning_rate: f32momentum: f32decay: f32gamma: f32scale: f32power: f32time_steps: c_intstep: c_intmax_batches: c_intscales: *mut f32steps: *mut c_intnum_steps: c_intburn_in: c_intadam: c_intB1: f32B2: f32eps: f32inputs: c_intoutputs: c_inttruths: c_intnotruth: c_inth: c_intw: c_intc: c_intmax_crop: c_intmin_crop: c_intmax_ratio: f32min_ratio: f32center: c_intangle: f32aspect: f32exposure: f32saturation: f32hue: f32random: c_intgpu_index: c_inthierarchy: *mut treeinput: *mut f32truth: *mut f32delta: *mut f32workspace: *mut f32train: c_intindex: c_intcost: *mut f32clip: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for network
impl !Send for network
impl !Sync for network
impl Unpin for network
impl UnwindSafe for network
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,