未验证 提交 a2c6d450 编写于 作者: S suytingwan 提交者: GitHub

test=develop softmax op fp16 test case pass grad check (#24130)

上级 0f77e316
......@@ -195,6 +195,9 @@ class TestSoftmaxFP16Op2(TestSoftmaxOp):
def get_x_shape(self):
return [2, 3, 4, 5]
def test_check_grad(self):
pass
@unittest.skipIf(not core.is_compiled_with_cuda(),
"core is not compiled with CUDA")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册