Home
last modified time | relevance | path

Searched refs:MiniBenchmarkTestHelper (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dmini_benchmark_test_helper.h23 class MiniBenchmarkTestHelper {
34 MiniBenchmarkTestHelper();
35 ~MiniBenchmarkTestHelper() {} in ~MiniBenchmarkTestHelper()
H A Dmini_benchmark_test_helper.cc64 MiniBenchmarkTestHelper::MiniBenchmarkTestHelper() in MiniBenchmarkTestHelper() function in tflite::acceleration::MiniBenchmarkTestHelper
89 std::string MiniBenchmarkTestHelper::DumpToTempFile(const std::string& filename, in DumpToTempFile()
H A Dvalidator_test.cc44 std::string validation_model_path = MiniBenchmarkTestHelper::DumpToTempFile( in SetUp()
52 std::string plain_model_path = MiniBenchmarkTestHelper::DumpToTempFile( in SetUp()
122 const std::string dump_path = MiniBenchmarkTestHelper::DumpToTempFile( in TEST_F()
H A Dvalidator_runner_test.cc83 MiniBenchmarkTestHelper helper; in SetUp()
99 std::string entry_point_file = MiniBenchmarkTestHelper::DumpToTempFile( in SetUp()
193 MiniBenchmarkTestHelper helper; in LoadNnApiSupportLibrary()
H A Dmini_benchmark_test.cc59 MiniBenchmarkTestHelper helper; in SetUp()
63 mobilenet_model_path_ = MiniBenchmarkTestHelper::DumpToTempFile( in SetUp()
301 std::string nnapi_sl_path_ = MiniBenchmarkTestHelper::DumpToTempFile( in TEST_F()
H A Dmodel_loader_test.cc45 model_path_ = MiniBenchmarkTestHelper::DumpToTempFile( in SetUp()
H A Drunner_test.cc73 entry_point_file = MiniBenchmarkTestHelper::DumpToTempFile( in SetUp()