Searched refs:executeOnce (Results 1 – 3 of 3) sorted by relevance
1 B|13707|[NN_LA_PO]executeOnce16 B|13707|[NN_LA_PO]executeOnce
72 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::GeneratedTests356 threads.push_back(std::thread([&]() { executeOnce(model, testModel); })); in executeMultithreadedOwnCompilation()389 executeOnce(model, testModel); in execute()
76 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::GeneratedTests427 threads.push_back(std::thread([&]() { executeOnce(model, testModel); })); in executeMultithreadedOwnCompilation()487 executeOnce(model, testModel); in execute()