Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/math/
H A Dm_matrix.c140 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul4() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding_test.cc807 Output matmul4 = ops::MatMul(s.WithOpName("matmul4"), zeros, b); in TEST_F() local