[TFRT] Add support for transposed inputs in tf.MatMul native op/kernel

PiperOrigin-RevId: 334257561
Change-Id: I8ab8351bc4a4c814a1aadca73a0638163d2a5171
This commit is contained in:
Eugene Zhulenev 2020-09-28 16:06:45 -07:00 committed by TensorFlower Gardener
parent 534cb9ab79
commit 15484c9758

View File

@ -77,8 +77,6 @@ class OpsTest(test_util.TensorFlowTestCase, parameterized.TestCase):
total = math_ops.add_n([three, four])
self.assertAllEqual(7, total)
@test_util.disable_tfrt('b/163564975: TFRT MatMul Kernel is partially '
'implemented.')
def testExecuteBoolAttr(self):
three = constant_op.constant([[3]])
five = constant_op.constant([[5]])