Home
last modified time | relevance | path

Searched refs:readConditionValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.h610 int readConditionValue(std::shared_ptr<Controller> controller, SourceOperandIndex operandIndex,
DExecutionPlan.cpp1078 int ExecutionPlan::readConditionValue(std::shared_ptr<Controller> controller, in readConditionValue() function in android::nn::ExecutionPlan
1268 NN_RETURN_IF_ERROR(readConditionValue(controller, step->conditionOperandIndex, &condValue)); in nextCompound()
1347 NN_RETURN_IF_ERROR(readConditionValue(controller, step->condOutputOperand, &condValue)); in nextCompound()