Home
last modified time | relevance | path

Searched refs:names_string (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc110 const string& names_string) { in FindLayerInfoIndex() argument
117 << input_name << ") in --input_layer as " << names_string; in FindLayerInfoIndex()
122 const std::string& names_string, const std::string& value_ranges_string, in PopulateInputValueRanges() argument
133 int layer_info_idx = FindLayerInfoIndex(info, name_range[0], names_string); in PopulateInputValueRanges()
153 const std::string& names_string, const std::string& value_files_string, in PopulateInputValueFiles() argument
164 int layer_info_idx = FindLayerInfoIndex(info, name_file[0], names_string); in PopulateInputValueFiles()
178 const std::string& names_string, const std::string& shapes_string, in PopulateInputLayerInfo() argument
183 std::vector<std::string> names = Split(names_string, ','); in PopulateInputLayerInfo()
191 << " --input_layer (" << names_string << ", with " in PopulateInputLayerInfo()
218 PopulateInputValueRanges(names_string, value_ranges_string, info)); in PopulateInputLayerInfo()
[all …]
/external/image_io/src/base/
Ddata_context.cc52 std::string names_string = in GetErrorText() local
54 if (!names_string.empty()) { in GetErrorText()
55 ss << kContinue << names_string << std::endl; in GetErrorText()