Searched refs:_testMatmul (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_tensor_dense_matmul_op_test.py | 50 def _testMatmul(self, member in SparseTensorDenseMatMulTest 98 self._testMatmul(x, y, indices_dtype=indices_dtype) 225 self._testMatmul(x, y, adjoint_a=False, adjoint_b=False) 226 self._testMatmul(x.transpose(), y, adjoint_a=True, adjoint_b=False) 227 self._testMatmul(x, y.transpose(), adjoint_a=False, adjoint_b=True) 228 self._testMatmul( 251 self._testMatmul(x, y, adjoint_a, adjoint_b)
|