v2: Disable test case relying on graph kernel switching
PiperOrigin-RevId: 236475895
This commit is contained in:
parent
5060a82990
commit
b82b20b80d
@ -165,6 +165,7 @@ class DepthwiseConv2DTest(test.TestCase):
|
|||||||
self._VerifyValues(
|
self._VerifyValues(
|
||||||
input_size, filter_size, stride, padding, use_gpu=False)
|
input_size, filter_size, stride, padding, use_gpu=False)
|
||||||
|
|
||||||
|
@test_util.run_deprecated_v1
|
||||||
def testDepthwiseConv2DFormat(self):
|
def testDepthwiseConv2DFormat(self):
|
||||||
if not test.is_gpu_available():
|
if not test.is_gpu_available():
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user