Searched refs:matmul4 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 169 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul4() function 227 matmul4( mat->m, mat->m, m ); in matrix_multf() 251 matmul4( dest->m, a->m, b->m ); in _math_matrix_mul_matrix() 271 matmul4( dest->m, dest->m, m ); in _math_matrix_mul_floats() 310 matmul4(prod, m->m, m->inv); in _math_matrix_print()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 806 Output matmul4 = ops::MatMul(s.WithOpName("matmul4"), zeros, b); in TEST_F() local
|