Remove the run_deprecated_v1 annotation
PiperOrigin-RevId: 313131936 Change-Id: I6a7dadc51ea399438e80c3fcf90c8ba7df59c0e2
This commit is contained in:
parent
7b48dab3ac
commit
07bb0db862
|
@ -174,7 +174,6 @@ class TensorFunctionsTest(test_util.TensorFlowTestCase):
|
|||
str(error.exception))
|
||||
self.assertEqual([None, 3, 5], tensor.shape.as_list())
|
||||
|
||||
@test_util.run_deprecated_v1
|
||||
def testSetTensorShapeDimensionInvalid(self):
|
||||
# Tests set_tensor_shape where the shape passed in is incompatible.
|
||||
with ops.Graph().as_default():
|
||||
|
|
Loading…
Reference in New Issue