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

source§

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)

Performs copy-assignment from source. Read more
source§

impl Debug for nn_quant_param

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for nn_quant_param