Home
last modified time | relevance | path

Searched defs:matrix2 (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemory.h43 const Matrix3x4 matrix2 = {{100.f, 200.f, 300.f, 400.f}, variable
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DCoordinateTransformsTest.java188 private void assertMatricesAreInverses(Matrix matrix, Matrix matrix2) { in assertMatricesAreInverses()