#[repr(C)]pub struct _rknn_quant_params {
pub name: [c_char; 256],
pub scale: *mut f32,
pub scale_len: i32,
pub zp: *mut i32,
pub zp_len: i32,
}Fields§
§name: [c_char; 256]§scale: *mut f32§scale_len: i32§zp: *mut i32§zp_len: i32Trait Implementations§
Source§impl Clone for _rknn_quant_params
impl Clone for _rknn_quant_params
Source§fn clone(&self) -> _rknn_quant_params
fn clone(&self) -> _rknn_quant_params
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _rknn_quant_params
impl Debug for _rknn_quant_params
impl Copy for _rknn_quant_params
Auto Trait Implementations§
impl Freeze for _rknn_quant_params
impl RefUnwindSafe for _rknn_quant_params
impl !Send for _rknn_quant_params
impl !Sync for _rknn_quant_params
impl Unpin for _rknn_quant_params
impl UnsafeUnpin for _rknn_quant_params
impl UnwindSafe for _rknn_quant_params
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more