Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.h39 struct CommonQuantString { struct
40 std::string quant_type;
41 std::string bit_num;
65 CommonQuantString GetCommonQuantString() const { return this->common_quant_string_; } in GetCommonQuantString() argument