Searched refs:parse_map (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/ |
D | config_file_parser.cc | 67 … const std::map<std::string, std::string &> &parse_map, const std::string §ion) { in SetMapData() argument 69 if (parse_map.find(map.first) == parse_map.end()) { in SetMapData() 74 parse_map.at(map.first) = map.second; in SetMapData() 83 std::map<std::string, std::string &> parse_map{ in ParseDataPreProcessString() local 96 return SetMapData(map, parse_map, kDataPreprocessParam); in ParseDataPreProcessString() 104 std::map<std::string, std::string &> parse_map{ in ParseCommonQuantString() local 110 return SetMapData(map, parse_map, kCommonQuantParam); in ParseCommonQuantString() 118 std::map<std::string, std::string &> parse_map{ in ParseMixedBitQuantString() local 121 return SetMapData(map, parse_map, kMixedBitWeightQuantParam); in ParseMixedBitQuantString() 129 std::map<std::string, std::string &> parse_map{ in ParseFullQuantString() local [all …]
|
D | config_file_parser.h | 77 const std::map<std::string, std::string &> &parse_map, const std::string §ion);
|
/third_party/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 32 const char* parse_map(const TMap& map, const char* str, T* result) { in parse_map() function 89 style = parse_map(gWeightMap, style, &weight); in FontStyle() 90 style = parse_map(gSlantMap , style, &slant ); in FontStyle()
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_table_driven.h | 168 bool (*parse_map)(io::CodedInputStream*, void*); member
|
D | generated_message_table_driven_lite.h | 732 if (PROTOBUF_PREDICT_FALSE(!(*table.aux[field_number].maps.parse_map)( in MergePartialFromCodedStreamInlined()
|
/third_party/ffmpeg/libavfilter/ |
D | af_headphone.c | 96 static void parse_map(AVFilterContext *ctx) in parse_map() function 647 parse_map(ctx); in init()
|
/third_party/alsa-lib/src/control/ |
D | control_remap.c | 1107 static int parse_map(snd_ctl_remap_t *priv, snd_config_t *conf) in parse_map() function 1171 err = parse_map(priv, map); in snd_ctl_remap_open()
|