disable TestSoftmaxFP16Op2 in test_softmax_op (#25519)

fix_copy_if_different
YUNSHEN XIE 5 years ago committed by GitHub
parent e4017e5c4f
commit 70554c9f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,8 +181,7 @@ class TestSoftmaxFP16Op(TestSoftmaxOp):
pass
@unittest.skipIf(not core.is_compiled_with_cuda(),
"core is not compiled with CUDA")
@unittest.skip('disable TestSoftmaxFP16Op2')
class TestSoftmaxFP16Op2(TestSoftmaxOp):
def init_kernel_type(self):
self.dtype = np.float16

Loading…
Cancel
Save