Home
last modified time | relevance | path

Searched refs:isSimpleCpu (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp509 allowFallback &= !plan.isSimpleCpu(); in asyncStartComputePartitioned()
635 allowFallback &= !plan.isSimpleCpu(); in startComputeFenced()
DExecutionPlan.h549 bool isSimpleCpu() const;
DExecutionPlan.cpp1499 bool ExecutionPlan::isSimpleCpu() const { in isSimpleCpu() function in android::nn::ExecutionPlan