Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestFailingDriver.cpp132 uint32_t bInput = model.addOperand(&boolType); in TEST_F() local
137 model.addOperation(ANEURALNETWORKS_WHILE, {cond, body, fInput, bInput}, {fTmp}); in TEST_F()
139 model.identifyInputsAndOutputs({fInput, bInput}, {fSqrt}); in TEST_F()
164 const bool8 bInput = false; in TEST_F() local
167 ASSERT_EQ(execution.setInput(1, &bInput), Result::NO_ERROR); in TEST_F()