Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestTrivialModel.cpp150 Memory matrix1Memory(matrix1Buffer); in testAddTwoWithHardwareBufferInput() local
151 ASSERT_TRUE(matrix1Memory.isValid()); in testAddTwoWithHardwareBufferInput()
159 ASSERT_EQ(execution.setInputFromMemory(0, &matrix1Memory, 0, sizeof(Matrix3x4)), in testAddTwoWithHardwareBufferInput()