Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemory.cpp53 write(fd, matrix3, sizeof(matrix3)); in TEST_F()
56 WrapperMemory weights(offsetForMatrix3 + sizeof(matrix3), PROT_READ, fd, 0); in TEST_F()
102 .width = offsetForMatrix3 + sizeof(matrix3), in TEST_F()
116 memcpy((uint8_t*)bufferPtr + offsetForMatrix3, matrix3, sizeof(matrix3)); in TEST_F()
H A DTestMemoryInternal.cpp104 constexpr uint32_t weightsSize = offsetForMatrix3 + sizeof(matrix3) + 60; in TEST_F()
112 memcpy(weightsData + offsetForMatrix3, matrix3, sizeof(matrix3)); in TEST_F()
H A DTestMemory.h46 const Matrix3x4 matrix3 = { variable
H A DTestTrivialModel.cpp44 const Matrix3x4 matrix3 = {
203 CreateAddThreeTensorModel(&modelAdd3, matrix3); in TEST_F()
231 CreateAddThreeTensorModel(&modelAdd3, matrix3); in TEST_F()
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dvr.rscript31 rs_matrix3x3 matrix3;
48 dx = rsMatrixMultiply(&matrix3, (float3) {1.f, 0.f, 0.f});
49 dy = rsMatrixMultiply(&matrix3, (float3) {0.f, 1.f, 0.f});
50 dz = rsMatrixMultiply(&matrix3, (float3) {0.f, 0.f, 1.f});