Type Alias deepviewrt_sys::NNQuantParam
source · pub type NNQuantParam = nn_quant_param;Expand description
@struct NNQuantParam
Tensor quantization parameter structure.
Aliased Type§
struct NNQuantParam { /* private fields */ }Trait Implementations§
source§impl Clone for nn_quant_param
impl Clone for nn_quant_param
source§fn clone(&self) -> nn_quant_param
fn clone(&self) -> nn_quant_param
Returns a copy 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 more