Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnknownDimensions.cpp206 auto inputOpd0 = addOperand(paramsForInput0, &input0Scope); in TestOne() local
227 model.addOperation(ANEURALNETWORKS_ADD, {inputOpd0, inputOpd1, activationOpd0}, in TestOne()
231 model.identifyInputsAndOutputs({inputOpd0, inputOpd1}, {outputOpd0}); in TestOne()