Searched refs:SplitAndParse (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_utils_test.cc | 51 const bool splitted = util::SplitAndParse("hello;world", ';', &results); in TEST() 58 const bool splitted = util::SplitAndParse("hello,world", ',', &results); in TEST() 69 const bool splitted = util::SplitAndParse("1,2", ',', &results); in TEST()
|
D | benchmark_utils.h | 34 bool SplitAndParse(const std::string& str, char delim, std::vector<T>* values) { in SplitAndParse() function
|
D | benchmark_performance_options.cc | 172 if (!util::SplitAndParse(perf_options_list, ',', &perf_options_)) { in ParsePerfOptions() 296 util::SplitAndParse(nnapi_accelerators, ',', &device_names); in CreatePerformanceOptions()
|
D | benchmark_tflite_model.cc | 84 if (!util::SplitAndParse(str, delim, &results)) { in Split() 204 TFLITE_TOOLS_CHECK(util::SplitAndParse(shapes[i], ',', &input.shape)) in PopulateInputLayerInfo()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | batch_seq_config_test.cc | 172 benchmark::util::SplitAndParse(absl::GetFlag(FLAGS_model_input_shapes), ':', in ParseInputShapes() 176 benchmark::util::SplitAndParse(str_input_shapes[i], ',', &input_shapes[i]); in ParseInputShapes()
|