Searched refs:getExecutionPlan (Results 1 – 2 of 2) sorted by relevance
242 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan() function in android::__anonc220281b0111::TestCompilation1140 cNoFallback.getExecutionPlan().hasDynamicTemporaries() && in TEST_P()1145 cNoFallback.getExecutionPlan().forTest_hasStepModelWithNoInputsOrNoOutputs(); in TEST_P()1155 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_P()1156 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_P()1161 const ExecutionPlan& plan = cNoFallback.getExecutionPlan(); in TEST_P()1185 const ExecutionPlan& plan = c2.getExecutionPlan(); in TEST_P()1220 const ExecutionPlan& plan = c2.getExecutionPlan(); in TEST_P()
962 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan() function in __anon27781e9a0111::PartitioningCompilation1970 ASSERT_EQ(cPNo.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()1971 ASSERT_EQ(cPNo.getExecutionPlan().forTest_simpleGetDevice(), DeviceManager::getCpuDevice()); in TEST_F()1982 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()1983 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_simpleGetDevice(), in TEST_F()1993 ASSERT_EQ(cPWithoutFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::ERROR); in TEST_F()2077 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F()2228 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()2247 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()2362 const ExecutionPlan& planA = mCompilation->getExecutionPlan(); in compileModelAndComparePlan()[all …]