Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_matrix.c164 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul4() function
222 matmul4( mat->m, mat->m, m ); in matrix_multf()
246 matmul4( dest->m, a->m, b->m ); in _math_matrix_mul_matrix()
266 matmul4( dest->m, dest->m, m ); in _math_matrix_mul_floats()
305 matmul4(prod, m->m, m->inv); in _math_matrix_print()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc183 Output matmul4 = ops::MatMul(s.WithOpName("matmul4"), zeros, b); in TEST_F() local