Searched refs:addOperands (Results 1 – 1 of 1) sorted by relevance
389 auto addOperands = [this, &fromModel](const hidl_vec<uint32_t>& globalOperands, in addOperation() local404 if ((n = addOperands(operation.inputs, inputs, INPUT)) != ANEURALNETWORKS_NO_ERROR || in addOperation()405 (n = addOperands(operation.outputs, outputs, OUTPUT)) != ANEURALNETWORKS_NO_ERROR) { in addOperation()