Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnknownDimensions.cpp207 auto constantOpd0 = addOperand(paramsForConst, &constantScope); in TestOne() local
221 model.setOperandValue(constantOpd0, twos, sizeof(twos)); in TestOne()
224 model.addOperation(ANEURALNETWORKS_ADD, {intermediateOpd0, constantOpd0, activationOpd0}, in TestOne()