Searched defs:CommonQuantString (Results 1 – 1 of 1) sorted by relevance
42 struct CommonQuantString { struct43 std::string quant_type;44 std::string bit_num;45 std::string min_quant_weight_size;46 std::string min_quant_weight_channel;47 std::string skip_quant_node;48 std::string debug_info_save_path;49 std::string enable_encode;50 std::string workspace; // support for over 2G model.