Searched defs:CommonQuantParam (Results 1 – 1 of 1) sorted by relevance
134 struct CommonQuantParam { struct135 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 …]