Searched refs:secondExecution (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidation.cpp | 2550 ANeuralNetworksExecution* secondExecution; in TEST_F() local 2551 EXPECT_EQ(ANeuralNetworksExecution_create(mCompilation, &secondExecution), in TEST_F() 2570 EXPECT_EQ(ANeuralNetworksExecution_setInput(secondExecution, 0, nullptr, inputB0, in TEST_F() 2573 EXPECT_EQ(ANeuralNetworksExecution_setInput(secondExecution, 1, nullptr, inputB1, in TEST_F() 2576 EXPECT_EQ(ANeuralNetworksExecution_setInput(secondExecution, 2, nullptr, inputB2, in TEST_F() 2579 EXPECT_EQ(ANeuralNetworksExecution_setOutput(secondExecution, 0, nullptr, outputB0, in TEST_F() 2589 auto second = std::async(std::launch::async, [this, secondExecution] { in TEST_F() 2590 return ANeuralNetworksExecution_burstCompute(secondExecution, mBurst); in TEST_F() 2599 ANeuralNetworksExecution_free(secondExecution); in TEST_F()
|