Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp388 const ExecutionPlan& getExecutionPlan() const { in getExecutionPlan() function in __anon83dd480d0111::PartitioningCompilation
1000 ASSERT_EQ(cPNo.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::EMPTY); in TEST_F()
1010 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::ERROR); in TEST_F()
1017 ASSERT_TRUE(cPWithoutFallback.getExecutionPlan().forTest_hasSubModelOutputsOfUnknownSize()); in TEST_F()
1018 ASSERT_EQ(cPWithoutFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::ERROR); in TEST_F()
1118 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F()
DTestPartitioningRandom.cpp227 const ExecutionPlan& getExecutionPlan() const { in getExecutionPlan() function in android::__anonbe695bce0111::TestCompilation
955 cNoFallback.getExecutionPlan().forTest_hasSubModelOutputsOfUnknownSize()) { in TEST_P()
969 const ExecutionPlan& plan = c2->getExecutionPlan(); in TEST_P()