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.cc143 const string& names_string) { in FindLayerInfoIndex() argument
150 << input_name << ") in --input_layer as " << names_string; in FindLayerInfoIndex()
155 const std::string& names_string, const std::string& value_ranges_string, in PopulateInputValueRanges() argument
166 int layer_info_idx = FindLayerInfoIndex(info, name_range[0], names_string); in PopulateInputValueRanges()
186 const std::string& names_string, const std::string& value_files_string, in PopulateInputValueFiles() argument
197 int layer_info_idx = FindLayerInfoIndex(info, name_file[0], names_string); in PopulateInputValueFiles()
211 const std::string& names_string, const std::string& shapes_string, in PopulateInputLayerInfo() argument
216 std::vector<std::string> names = Split(names_string, ','); in PopulateInputLayerInfo()
224 << " --input_layer (" << names_string << ", with " in PopulateInputLayerInfo()
251 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()