v2: Disable test case relying on graph kernel switching

PiperOrigin-RevId: 236475895
This commit is contained in:
Martin Wicke 2019-03-02 12:32:13 -08:00 committed by TensorFlower Gardener
parent 5060a82990
commit b82b20b80d

View File

@ -165,6 +165,7 @@ class DepthwiseConv2DTest(test.TestCase):
self._VerifyValues(
input_size, filter_size, stride, padding, use_gpu=False)
@test_util.run_deprecated_v1
def testDepthwiseConv2DFormat(self):
if not test.is_gpu_available():
return