Home
last modified time | relevance | path

Searched refs:getExecutionPlan (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp226 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan() function in android::__anonbe695bce0111::TestCompilation
1172 cNoFallback.getExecutionPlan().forTest_hasStepModelOutputsOfUnknownSize()) { in TEST_P()
1176 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_P()
1177 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_P()
1190 const ExecutionPlan& plan = c2->getExecutionPlan(); in TEST_P()
DTestPartitioning.cpp896 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan() function in __anon83dd480d0111::PartitioningCompilation
1807 ASSERT_EQ(cPNo.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1808 ASSERT_EQ(cPNo.getExecutionPlan().forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()
1821 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1822 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_F()
1831 ASSERT_TRUE(cPWithoutFallback.getExecutionPlan().forTest_hasStepModelOutputsOfUnknownSize()); in TEST_F()
1832 ASSERT_EQ(cPWithoutFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::ERROR); in TEST_F()
1913 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F()
2093 const ExecutionPlan& plan = compilation.getExecutionPlan(); in getTransformedCacheTokenSingle()