Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestTrivialModel.cpp138 Memory matrix1Memory(matrix1Buffer); in TEST_F() local
139 ASSERT_TRUE(matrix1Memory.isValid()); in TEST_F()
147 ASSERT_EQ(execution.setInputFromMemory(0, &matrix1Memory, 0, sizeof(Matrix3x4)), in TEST_F()