ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci::QuantizeDequantizeWeightsPass::Context Struct Reference

#include <QuantizeDequantizeWeightsPass.h>

Data Fields

loco::DataType input_model_dtype = loco::DataType::Unknown
 
loco::DataType output_model_dtype = loco::DataType::Unknown
 
QuantizationGranularity granularity = QuantizationGranularity::ChannelWise
 
std::vector< LayerInfolayers_info
 

Detailed Description

Definition at line 35 of file QuantizeDequantizeWeightsPass.h.

Field Documentation

◆ granularity

QuantizationGranularity luci::QuantizeDequantizeWeightsPass::Context::granularity = QuantizationGranularity::ChannelWise

Definition at line 39 of file QuantizeDequantizeWeightsPass.h.

◆ input_model_dtype

loco::DataType luci::QuantizeDequantizeWeightsPass::Context::input_model_dtype = loco::DataType::Unknown

Definition at line 37 of file QuantizeDequantizeWeightsPass.h.

◆ layers_info

std::vector<LayerInfo> luci::QuantizeDequantizeWeightsPass::Context::layers_info

Definition at line 40 of file QuantizeDequantizeWeightsPass.h.

◆ output_model_dtype

loco::DataType luci::QuantizeDequantizeWeightsPass::Context::output_model_dtype = loco::DataType::Unknown

Definition at line 38 of file QuantizeDequantizeWeightsPass.h.


The documentation for this struct was generated from the following file: