Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h812 int readConditionValue(std::shared_ptr<Controller> controller, SourceOperandIndex operandIndex,
DExecutionPlan.cpp1492 int ExecutionPlan::readConditionValue(std::shared_ptr<Controller> controller, in readConditionValue() function in android::nn::ExecutionPlan
1670 NN_RETURN_IF_ERROR(readConditionValue(controller, step->conditionOperandIndex, &condValue)); in nextCompound()
1753 NN_RETURN_IF_ERROR(readConditionValue(controller, step->condOutputOperand, &condValue)); in nextCompound()