ONE - On-device Neural Engine
|
#include <QuantizeWithMinMaxPass.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< loco::DataType > | input_types |
std::vector< loco::DataType > | output_types |
bool | TF_style_maxpool = false |
bool | save_min_max = false |
std::vector< LayerInfo > | layers_info |
Definition at line 37 of file QuantizeWithMinMaxPass.h.
QuantizationGranularity luci::QuantizeWithMinMaxPass::Context::granularity = QuantizationGranularity::ChannelWise |
Definition at line 41 of file QuantizeWithMinMaxPass.h.
loco::DataType luci::QuantizeWithMinMaxPass::Context::input_model_dtype = loco::DataType::Unknown |
Definition at line 39 of file QuantizeWithMinMaxPass.h.
std::vector<loco::DataType> luci::QuantizeWithMinMaxPass::Context::input_types |
Definition at line 42 of file QuantizeWithMinMaxPass.h.
std::vector<LayerInfo> luci::QuantizeWithMinMaxPass::Context::layers_info |
Definition at line 46 of file QuantizeWithMinMaxPass.h.
loco::DataType luci::QuantizeWithMinMaxPass::Context::output_model_dtype = loco::DataType::Unknown |
Definition at line 40 of file QuantizeWithMinMaxPass.h.
std::vector<loco::DataType> luci::QuantizeWithMinMaxPass::Context::output_types |
Definition at line 43 of file QuantizeWithMinMaxPass.h.
bool luci::QuantizeWithMinMaxPass::Context::save_min_max = false |
Definition at line 45 of file QuantizeWithMinMaxPass.h.
bool luci::QuantizeWithMinMaxPass::Context::TF_style_maxpool = false |
Definition at line 44 of file QuantizeWithMinMaxPass.h.