Automated rollback of commit 5fc1ad961b

PiperOrigin-RevId: 296307212
Change-Id: I8ab232f276fafe6302bcd9f67d805235ab083ec3
This commit is contained in:
Brian Atkinson 2020-02-20 15:09:02 -08:00 committed by TensorFlower Gardener
parent bdee60d828
commit b1387ac3f9

View File

@ -27,10 +27,9 @@ from tensorflow.python.framework import test_util
from tensorflow.python.ops import image_ops from tensorflow.python.ops import image_ops
from tensorflow.python.ops import io_ops from tensorflow.python.ops import io_ops
import tensorflow.python.ops.nn_grad # pylint: disable=unused-import import tensorflow.python.ops.nn_grad # pylint: disable=unused-import
from tensorflow.python.platform import resource_loader
from tensorflow.python.platform import test from tensorflow.python.platform import test
prefix_path = resource_loader.get_path_to_datafile("../../core/lib") prefix_path = "tensorflow/core/lib"
class DecodeImageOpTest(test.TestCase): class DecodeImageOpTest(test.TestCase):