Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp285 auto op0 = model.addOperand(&type0); in TestOne() local
306 model.addOperation(ANEURALNETWORKS_ADD, {op0, op1, act}, {op2}); in TestOne()
309 model.identifyInputsAndOutputs({op0}, {op4}); in TestOne()
311 model.identifyInputsAndOutputs({op0, op3}, {op4}); in TestOne()