Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnknownDimensions.cpp202 auto inputOpd1 = addOperand(paramsForInput1, &input1Scope); in TestOne() local
222 model.addOperation(ANEURALNETWORKS_ADD, {inputOpd0, inputOpd1, activationOpd0}, in TestOne()
226 model.identifyInputsAndOutputs({inputOpd0, inputOpd1}, {outputOpd0}); in TestOne()