Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestTrivialModel.cpp37 const Matrix4 matrix2b = {100.f, 200.f, 300.f, 400.f}; member in __anon2f6caae00111::TrivialTest
183 ASSERT_EQ(execution.setInput(1, matrix2b, sizeof(Matrix4)), Result::NO_ERROR); in TEST_F()
215 ASSERT_EQ(execution.setInput(1, matrix2b, sizeof(Matrix4)), Result::NO_ERROR); in TEST_F()