From 07bb0db8627defaafdadd458e4fbaa5b4a4bfcab Mon Sep 17 00:00:00 2001 From: YoungSeok Yoon Date: Mon, 25 May 2020 22:04:08 -0700 Subject: [PATCH] Remove the run_deprecated_v1 annotation PiperOrigin-RevId: 313131936 Change-Id: I6a7dadc51ea399438e80c3fcf90c8ba7df59c0e2 --- tensorflow/lite/python/util_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/lite/python/util_test.py b/tensorflow/lite/python/util_test.py index 51a0c57260a..f3c287dd7fc 100644 --- a/tensorflow/lite/python/util_test.py +++ b/tensorflow/lite/python/util_test.py @@ -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():