Searched defs:matmul4 (Results 1 – 2 of 2) sorted by relevance
140 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul4() function
807 Output matmul4 = ops::MatMul(s.WithOpName("matmul4"), zeros, b); in TEST_F() local