Home
last modified time | relevance | path

Searched refs:COMPOUND (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h727 bool isCompound() const { return mState == COMPOUND; } in isCompound()
767 COMPOUND enumerator
972 enum { EMPTY, SIMPLE, COMPOUND } mState = EMPTY; enumerator
985 CHECK(mState == COMPOUND); in compound()
990 CHECK(mState == COMPOUND); in compound()
1007 if (kind < ExecutionPlan::Kind::ERROR || kind > ExecutionPlan::Kind::COMPOUND) {
DExecutionPlan.cpp1215 case COMPOUND: { in makeBursts()
1562 CHECK(mState == COMPOUND); in next()
1901 mState = COMPOUND; in becomeCompoundIfEmpty()
1986 case COMPOUND: in forTest_getKind()
1988 return mBody->mSuccessfulFinish ? Kind::COMPOUND : Kind::ERROR; in forTest_getKind()
2091 CHECK(mState == SIMPLE || mState == COMPOUND); in getMemoryPreference()
2116 if (mState != COMPOUND) { in forEachDynamicTemporary()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1150 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_P()
1173 if (plan.forTest_getKind() == ExecutionPlan::Kind::COMPOUND) { in TEST_P()
1209 case ExecutionPlan::Kind::COMPOUND: { in TEST_P()
DTestPartitioning.cpp1201 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in checkExecutionPlanSteps()
1634 ASSERT_EQ(planB.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()
1721 ASSERT_EQ(planB.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()
1876 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()
2020 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in TEST_F()
2367 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in compileModelAndComparePlan()
2664 } else if (plan.forTest_getKind() == ExecutionPlan::Kind::COMPOUND) { in getTransformedCacheTokenSingle()