Home
last modified time | relevance | path

Searched refs:WrapperExecution (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestMemory.cpp28 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef
84 WrapperExecution execution2(&compilation2); in TEST_F()
147 WrapperExecution execution2(&compilation2); in TEST_F()
DTestFailingDriver.cpp37 using WrapperExecution = test_wrapper::Execution; typedef
162 WrapperExecution execution(&compilation); in TEST_F()
202 WrapperExecution execution(&compilation); in TEST_F()
DTestPartitioningRandom.cpp119 using WrapperExecution = nn::test_wrapper::Execution; typedef
696 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()
DTestExecution.cpp56 using WrapperExecution = nn::test_wrapper::Execution; typedef
682 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()
DTestMemoryInternal.cpp33 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef
162 WrapperExecution execution2(&compilation2); in TEST_F()
226 WrapperExecution execution(&compilation); in TEST_F()
DTestPartitioning.cpp178 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef
2434 WrapperExecution e(&mCompilation.value()); in executeCompilationAndCompareOutput()