Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestMemory.cpp27 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef
83 WrapperExecution execution2(&compilation2); in TEST_F()
141 WrapperExecution execution2(&compilation2); in TEST_F()
DTestExecution.cpp53 using WrapperExecution = nn::test_wrapper::Execution; typedef
665 void setInputOutput(WrapperExecution* execution) { in setInputOutput()
704 const auto getDimensionsWhileRunning = [](WrapperExecution& execution) { in TestWait()
713 WrapperExecution execution(&mCompilation); in TestWait()
736 WrapperExecution execution(&mCompilation); in TestWait()
765 WrapperExecution::setComputeMode(WrapperExecution::ComputeMode::BURST); in TestWait()
767 [oldComputeMode] { WrapperExecution::setComputeMode(oldComputeMode); }); in TestWait()
769 WrapperExecution execution(&mCompilation); in TestWait()
792 WrapperExecution execution(&mCompilation); in TestWait()
DTestFailingDriver.cpp36 using WrapperExecution = test_wrapper::Execution; typedef
163 WrapperExecution execution(&compilation); in TEST_F()
203 WrapperExecution execution(&compilation); in TEST_F()
DTestMemoryInternal.cpp34 using WrapperExecution = ::android::nn::test_wrapper::Execution; typedef
163 WrapperExecution execution2(&compilation2); in TEST_F()
227 WrapperExecution execution(&compilation); in TEST_F()
DTestPartitioningRandom.cpp103 using WrapperExecution = nn::test_wrapper::Execution; typedef
1305 problemSize, &problemType](WrapperExecution* e) { in TEST_P()
1346 WrapperExecution e(&c); in TEST_P()
1379 WrapperExecution e2(c2); in TEST_P()