Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestFailingDriver.cpp134 uint32_t fSqrt = model.addOperand(&floatType); in TEST_F() local
138 model.addOperation(ANEURALNETWORKS_SQRT, {fTmp}, {fSqrt}); in TEST_F()
139 model.identifyInputsAndOutputs({fInput, bInput}, {fSqrt}); in TEST_F()
165 float fSqrt[] = {0, 0}; in TEST_F() local
168 ASSERT_EQ(execution.setOutput(0, &fSqrt), Result::NO_ERROR); in TEST_F()
170 ASSERT_EQ(fSqrt[0], 12); in TEST_F()
171 ASSERT_EQ(fSqrt[1], 5); in TEST_F()
187 uint32_t fSqrt = model.addOperand(&floatType); in TEST_F() local
188 model.addOperation(ANEURALNETWORKS_SQRT, {fInput}, {fSqrt}); in TEST_F()
189 model.identifyInputsAndOutputs({fInput}, {fSqrt}); in TEST_F()
[all …]