Home
last modified time | relevance | path

Searched refs:SplitInputLayerNameAndValueFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_test.cc163 TEST(BenchmarkTest, SplitInputLayerNameAndValueFile) { in TEST() argument
176 SplitInputLayerNameAndValueFile(input_layer_value_files[i], name_file_pair); in TEST()
181 EXPECT_EQ(SplitInputLayerNameAndValueFile("a:b:c", name_file_pair), in TEST()
183 EXPECT_EQ(SplitInputLayerNameAndValueFile("abc", name_file_pair), in TEST()
H A Dbenchmark_tflite_model.h50 TfLiteStatus SplitInputLayerNameAndValueFile(
H A Dbenchmark_tflite_model.cc227 TfLiteStatus status = SplitInputLayerNameAndValueFile(val, name_file_pair); in PopulateInputValueFiles()
308 TfLiteStatus SplitInputLayerNameAndValueFile( in SplitInputLayerNameAndValueFile() function