Home
last modified time | relevance | path

Searched defs:CommonQuantParam (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dquant_params.h134 struct CommonQuantParam { struct
135 QuantType quant_type = QUANT_NONE;
136 int bit_num = 8;
137 int min_quant_weight_size = 0;
138 int min_quant_weight_channel = 16;
139 bool is_debug = false;
140 std::string debug_info_save_path;
141 DebugMode debug_mode = DETAIL;
142 std::set<std::string> skip_quant_node;
143 int thread_num = 4;
[all …]