Struct darknet::ffi::data
[−]
[src]
#[repr(C)]pub struct data { pub w: c_int, pub h: c_int, pub X: matrix, pub y: matrix, pub shallow: c_int, pub num_boxes: *mut c_int, pub boxes: *mut *mut box_, }
Fields
w: c_int
h: c_int
X: matrix
y: matrix
shallow: c_int
num_boxes: *mut c_int
boxes: *mut *mut box_
Trait Implementations
impl Debug for data
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more