Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryInternal.cpp161 constexpr uint32_t offsetForActual = 32; in TEST_F() local
162 constexpr size_t outputSize = offsetForActual + sizeof(Matrix3x4); in TEST_F()
184 ASSERT_EQ(execution2.setOutputFromMemory(0, &actual, offsetForActual, sizeof(Matrix3x4)), in TEST_F()
188 CompareMatrices(expected3, *reinterpret_cast<Matrix3x4*>(outputData + offsetForActual)), in TEST_F()