Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.h42 struct CommonQuantString { struct
43 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.