Home
last modified time | relevance | path

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

/cts/hostsidetests/neuralnetworks/app/jni/
Dtrigger_libneuralnetworks_atoms.cpp32 using Matrix3x4 = float[3][4]; typedef
65 const Matrix3x4 kMatrix1 = {{1.f, 2.f, 3.f, 4.f}, {5.f, 6.f, 7.f, 8.f}, {9.f, 10.f, 11.f, 12.f}};
66 const Matrix3x4 kMatrix2 = {{100.f, 200.f, 300.f, 400.f},
175 Matrix3x4 output; in executionSuccess()