ONE - On-device Neural Engine
|
#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< LayerInfo > | layers_info |
Definition at line 35 of file QuantizeDequantizeWeightsPass.h.
QuantizationGranularity luci::QuantizeDequantizeWeightsPass::Context::granularity = QuantizationGranularity::ChannelWise |
Definition at line 39 of file QuantizeDequantizeWeightsPass.h.
loco::DataType luci::QuantizeDequantizeWeightsPass::Context::input_model_dtype = loco::DataType::Unknown |
Definition at line 37 of file QuantizeDequantizeWeightsPass.h.
std::vector<LayerInfo> luci::QuantizeDequantizeWeightsPass::Context::layers_info |
Definition at line 40 of file QuantizeDequantizeWeightsPass.h.
loco::DataType luci::QuantizeDequantizeWeightsPass::Context::output_model_dtype = loco::DataType::Unknown |
Definition at line 38 of file QuantizeDequantizeWeightsPass.h.