Searched refs:SIMPLE (Results 1 – 11 of 11) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.h | 548 bool isSimple() const { return mState == SIMPLE; } in isSimple() 576 SIMPLE, enumerator 735 enum { EMPTY, SIMPLE, COMPOUND } mState = EMPTY; enumerator 738 CHECK(mState == SIMPLE); in simple() 743 CHECK(mState == SIMPLE); in simple()
|
D | ExecutionPlan.cpp | 801 case SIMPLE: { in makeBursts() 822 if (mState == SIMPLE) { in makeController() 1115 if (mState == SIMPLE) { in next() 1429 CHECK(mState != SIMPLE); in becomeCompoundIfEmpty() 1473 mState = SIMPLE; in becomeSingleStep() 1507 case SIMPLE: in forTest_getKind() 1509 return mBody->mSuccessfulFinish ? Kind::SIMPLE : Kind::ERROR; in forTest_getKind()
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 1458 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 1470 ASSERT_EQ(planC.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 1551 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 1673 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 1807 ASSERT_EQ(cPNo.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 1821 ASSERT_EQ(cPWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 1914 ASSERT_EQ(planBestOEM.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 1958 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 2011 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() 2030 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F() [all …]
|
D | TestPartitioningRandom.cpp | 1176 ASSERT_EQ(cWithFallback.getExecutionPlan().forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_P() 1192 case ExecutionPlan::Kind::SIMPLE: in TEST_P()
|
/frameworks/rs/script_api/ |
D | GenerateHeaderFiles.cpp | 139 case SIMPLE: in writeTypeSpecification()
|
D | GenerateRSFunctionsList.cpp | 73 case SIMPLE: { in findSubstitute()
|
D | Specification.h | 282 SIMPLE, enumerator
|
D | GenerateDocumentation.cpp | 353 case SIMPLE: { in writeDetailedTypeSpecification()
|
D | Specification.cpp | 413 spec->mKind = SIMPLE; in scanTypeSpecification()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 20727 enum_constant public static final android.icu.text.MessagePattern.ArgType SIMPLE; 21530 enum_constant public static final android.icu.text.UnicodeSet.SpanCondition SIMPLE;
|
/frameworks/base/api/ |
D | current.txt | 20727 enum_constant public static final android.icu.text.MessagePattern.ArgType SIMPLE; 21530 enum_constant public static final android.icu.text.UnicodeSet.SpanCondition SIMPLE;
|