|
ONE - On-device Neural Engine
|
#include <QuantizeWeightsPass.h>
Data Fields | |
| loco::DataType | input_model_dtype = loco::DataType::Unknown |
| loco::DataType | output_model_dtype = loco::DataType::Unknown |
| QuantizationGranularity | granularity = QuantizationGranularity::ChannelWise |
Definition at line 35 of file QuantizeWeightsPass.h.
| QuantizationGranularity luci::QuantizeWeightsPass::Context::granularity = QuantizationGranularity::ChannelWise |
Definition at line 39 of file QuantizeWeightsPass.h.
| loco::DataType luci::QuantizeWeightsPass::Context::input_model_dtype = loco::DataType::Unknown |
Definition at line 37 of file QuantizeWeightsPass.h.
| loco::DataType luci::QuantizeWeightsPass::Context::output_model_dtype = loco::DataType::Unknown |
Definition at line 38 of file QuantizeWeightsPass.h.