未验证 提交 e99e53dd 编写于 作者: M Mihai Maruseac 提交者: GitHub

Merge pull request #43410 from tensorflow/mm-fix-1.15

Fix broken tests after cherrypicks
...@@ -32,7 +32,6 @@ from tensorflow.python.platform import test ...@@ -32,7 +32,6 @@ from tensorflow.python.platform import test
@test_util.run_all_in_graph_and_eager_modes @test_util.run_all_in_graph_and_eager_modes
@test_util.disable_tfrt
class RawOpsTest(test.TestCase, parameterized.TestCase): class RawOpsTest(test.TestCase, parameterized.TestCase):
def testSimple(self): def testSimple(self):
......
...@@ -24,6 +24,7 @@ import numpy as np ...@@ -24,6 +24,7 @@ import numpy as np
from tensorflow.python.eager import context from tensorflow.python.eager import context
from tensorflow.python.framework import constant_op from tensorflow.python.framework import constant_op
from tensorflow.python.framework import dtypes from tensorflow.python.framework import dtypes
from tensorflow.python.framework import errors
from tensorflow.python.framework import sparse_tensor from tensorflow.python.framework import sparse_tensor
from tensorflow.python.framework import test_util from tensorflow.python.framework import test_util
# Need array_grad to register gradient for Identity. # Need array_grad to register gradient for Identity.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册