Searched refs:SIMPLE (Results 1 - 9 of 9) sorted by relevance

/frameworks/ml/nn/runtime/
H A DExecutionPlan.h219 enum class Kind { ERROR, EMPTY, SIMPLE, COMPOUND }; member in class:android::nn::ExecutionPlan::Kind
271 enum { EMPTY, SIMPLE, COMPOUND } mState = EMPTY; enumerator in enum:android::nn::ExecutionPlan::__anon1330
H A DExecutionPlan.cpp600 if (mState == SIMPLE) {
701 nnAssert(mState != SIMPLE);
716 mState = SIMPLE;
731 case SIMPLE:
733 return mBody->mSuccessfulFinish ? Kind::SIMPLE : Kind::ERROR;
744 nnAssert(mState == SIMPLE);
757 VLOG(COMPILATION) << "SIMPLE for " << (mDevice == nullptr ? "CPU" : mDevice->getName());
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp774 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE);
789 ASSERT_EQ(planC.forTest_getKind(), ExecutionPlan::Kind::SIMPLE);
1119 ASSERT_EQ(planBestOEM.forTest_getKind(), ExecutionPlan::Kind::SIMPLE);
1166 ASSERT_EQ(plan.forTest_getKind(), ExecutionPlan::Kind::SIMPLE);
H A DTestPartitioningRandom.cpp971 case ExecutionPlan::Kind::SIMPLE:
/frameworks/rs/script_api/
H A DGenerateHeaderFiles.cpp139 case SIMPLE:
H A DGenerateStubsWhiteList.cpp73 case SIMPLE: {
H A DGenerateDocumentation.cpp353 case SIMPLE: {
H A DSpecification.h282 SIMPLE, enumerator in enum:TypeKind
297 // If mKind is SIMPLE:
H A DSpecification.cpp413 spec->mKind = SIMPLE;

Completed in 101 milliseconds