HomeSort by relevance Sort by last modified time
    Searched refs:matmul4 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/math/
m_matrix.c 164 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
213 * if both matrices are 3D, or matmul4() otherwise.
222 matmul4( mat->m, mat->m, m );
233 * if both matrices are 3D, or matmul4() otherwise.
246 matmul4( dest->m, a->m, b->m );
256 * Calls matmul4() for the multiplication.
266 matmul4( dest->m, dest->m, m );
305 matmul4(prod, m->m, m->inv);
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 183 Output matmul4 = ops::MatMul(s.WithOpName("matmul4"), zeros, b); local
196 item.fetch = {"addn", "matmul3", "matmul4"};
257 } else if (name == "matmul4") {
    [all...]

Completed in 99 milliseconds