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

Release/2.0 beta (#24222)

* Add meshgrid op (#23736)
上级 5c3d16f7
......@@ -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.
先完成此消息的编辑!
想要评论请 注册