Searched defs:Matmul (Results  1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/mkl/ | 
| D | mkl_matmul_op_benchmark.cc | 25 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b,  in Matmul()  function
 | 
| /external/tensorflow/tensorflow/python/framework/ | 
| D | function_test.py | 1850       def Matmul(a, b):  function1866       def Matmul(a, b):  function
 1897       def Matmul(a, b):  function
 
 | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | matmul_op_test.cc | 353 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b,  in Matmul()  function
 | 
| /external/tensorflow/tensorflow/core/graph/ | 
| D | testlib.cc | 159 Node* Matmul(Graph* g, Node* in0, Node* in1, bool transpose_a,  in Matmul()  function
 |