Home
last modified time | relevance | path

Searched refs:SplitAndParse (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_utils_test.cc51 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()
Dbenchmark_utils.h34 bool SplitAndParse(const std::string& str, char delim, std::vector<T>* values) { in SplitAndParse() function
Dbenchmark_performance_options.cc172 if (!util::SplitAndParse(perf_options_list, ',', &perf_options_)) { in ParsePerfOptions()
296 util::SplitAndParse(nnapi_accelerators, ',', &device_names); in CreatePerformanceOptions()
Dbenchmark_tflite_model.cc84 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/
Dbatch_seq_config_test.cc172 benchmark::util::SplitAndParse(absl::GetFlag(FLAGS_model_input_shapes), ':', in ParseInputShapes()
176 benchmark::util::SplitAndParse(str_input_shapes[i], ',', &input_shapes[i]); in ParseInputShapes()