Home
last modified time | relevance | path

Searched refs:LoadEntryPointModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dmini_benchmark_test_helper.cc42 void* LoadEntryPointModule(const std::string& module_path) { in LoadEntryPointModule() function
85 LoadEntryPointModule(validator_runner_so_path); in MiniBenchmarkTestHelper()
H A Drunner_test.cc49 void* LoadEntryPointModule() { in LoadEntryPointModule() function
58 void* module = LoadEntryPointModule(); in Load()