Searched refs:_testCpuMatmul (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_matmul_op_test.py | 43 def _testCpuMatmul(self, member in SparseMatMulTest 81 self._testCpuMatmul(x, y, x_dtype=x_dtype, y_dtype=y_dtype) 89 self._testCpuMatmul(x, y, x_dtype=x_dtype, y_dtype=y_dtype) 97 self._testCpuMatmul(x, y, x_dtype=x_dtype, y_dtype=y_dtype) 110 self._testCpuMatmul(x, y, x_dtype=x_dtype, y_dtype=y_dtype) 124 self._testCpuMatmul(
|