Searched refs:WrapperExecution (Results 1 – 6 of 6) sorted by relevance
28 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef84 WrapperExecution execution2(&compilation2); in TEST_F()147 WrapperExecution execution2(&compilation2); in TEST_F()
37 using WrapperExecution = test_wrapper::Execution; typedef162 WrapperExecution execution(&compilation); in TEST_F()202 WrapperExecution execution(&compilation); in TEST_F()
119 using WrapperExecution = nn::test_wrapper::Execution; typedef696 auto computeMode = WrapperExecution::getComputeMode(); in TEST_P()701 if (randFrac() < 0.5 && computeMode == WrapperExecution::ComputeMode::ASYNC) { in TEST_P()702 computeMode = WrapperExecution::ComputeMode::FENCED; in TEST_P()1032 if (computeMode == WrapperExecution::ComputeMode::FENCED) { in TEST_P()1044 computeMode = WrapperExecution::ComputeMode::ASYNC; in TEST_P()1335 problemSize, &problemType](WrapperExecution* e) { in TEST_P()1376 WrapperExecution e(&c); in TEST_P()1409 WrapperExecution e2(&c2); in TEST_P()
56 using WrapperExecution = nn::test_wrapper::Execution; typedef682 void getDimensionsWhileRunning(WrapperExecution& execution) { in getDimensionsWhileRunning()708 void setInputOutput(WrapperExecution* execution) { in setInputOutput()762 WrapperExecution execution(&mCompilation); in TestWait()790 WrapperExecution execution(&mCompilation); in TestWait()822 WrapperExecution execution(&mCompilation); in TestWait()828 EXPECT_EQ(execution.compute(WrapperExecution::ComputeMode::BURST), kExpectResult); in TestWait()852 WrapperExecution execution(&mCompilation); in TestWait()
33 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef162 WrapperExecution execution2(&compilation2); in TEST_F()226 WrapperExecution execution(&compilation); in TEST_F()
178 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef2434 WrapperExecution e(&mCompilation.value()); in executeCompilationAndCompareOutput()