Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
H A Dunittest.txt1 B|13707|[NN_LA_PO]executeOnce
16 B|13707|[NN_LA_PO]executeOnce
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGenerated.cpp72 void executeOnce(const Model& model, const TestModel& testModel);
341 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce() function in android::nn::generated_tests::GeneratedTests
356 threads.push_back(std::thread([&]() { executeOnce(model, testModel); })); in executeMultithreadedOwnCompilation()
389 executeOnce(model, testModel); in execute()
H A DSupportLibraryTestGenerated.cpp76 void executeOnce(const Model& model, const TestModel& testModel);
388 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce() function in android::nn::generated_tests::GeneratedTests
427 threads.push_back(std::thread([&]() { executeOnce(model, testModel); })); in executeMultithreadedOwnCompilation()
487 executeOnce(model, testModel); in execute()