Home
last modified time | relevance | path

Searched defs:Matmul (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_benchmark.cc25 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul() function
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1850 def Matmul(a, b): function
1866 def Matmul(a, b): function
1897 def Matmul(a, b): function
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_test.cc353 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul() function
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc159 Node* Matmul(Graph* g, Node* in0, Node* in1, bool transpose_a, in Matmul() function