Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp320 std::vector<uint32_t>* stepModelOperands, OperandKind kind) -> int { in addOperation() argument
323 NN_RETURN_IF_ERROR(addOperand(sourceModelOperands[i], &stepModelOperands->at(i), kind)); in addOperation()