aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/matmul_op_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/kernel_tests/matmul_op_test.py')
-rw-r--r--tensorflow/python/kernel_tests/matmul_op_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/kernel_tests/matmul_op_test.py b/tensorflow/python/kernel_tests/matmul_op_test.py
index d0978d0adb..87ccc83d98 100644
--- a/tensorflow/python/kernel_tests/matmul_op_test.py
+++ b/tensorflow/python/kernel_tests/matmul_op_test.py
@@ -120,7 +120,7 @@ class MatMulTest(tf.test.TestCase):
self._testCpuMatmul(x, y, True, True)
self._testGpuMatmul(x, y, True, True)
- def testDoubleRandomTranposeBoth(self):
+ def testDoubleRandomTransposeBoth(self):
for _ in range(10):
n, k, m = np.random.randint(1, 100, size=3)
x = self._randMatrix(k, n, np.float64)