Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestTrivialModel.cpp221 Execution execution3(&compilation3); in TEST_F() local
222 ASSERT_EQ(execution3.setInput(0, matrix1, sizeof(Matrix3x4)), Result::NO_ERROR); in TEST_F()
223 ASSERT_EQ(execution3.setInput(1, matrix1, sizeof(Matrix3x4)), Result::NO_ERROR); in TEST_F()
224 ASSERT_EQ(execution3.setOutput(0, actual, sizeof(Matrix3x4)), Result::NO_ERROR); in TEST_F()
225 ASSERT_EQ(execution3.compute(), Result::NO_ERROR); in TEST_F()