Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp389 auto addOperands = [this, &fromModel](const hidl_vec<uint32_t>& globalOperands, in addOperation() local
404 if ((n = addOperands(operation.inputs, inputs, INPUT)) != ANEURALNETWORKS_NO_ERROR || in addOperation()
405 (n = addOperands(operation.outputs, outputs, OUTPUT)) != ANEURALNETWORKS_NO_ERROR) { in addOperation()