未验证 提交 5f7d129a 编写于 作者: P pangyoki 提交者: GitHub

dsiable scatter case in test_inplace, test=document_fix (#41152)

上级 7d1bb6d6
......@@ -325,6 +325,8 @@ class TestDygraphInplaceFlatten(TestDygraphInplace):
return var.flatten_()
"""
# TODO: need to fix bug
class TestDygraphInplaceScatter(TestDygraphInplace):
def init_data(self):
self.input_var_numpy = np.array([[1, 1], [2, 2], [3, 3]])
......@@ -343,6 +345,7 @@ class TestDygraphInplaceScatter(TestDygraphInplace):
[[1, 1], [2, 2], [3, 3], [4, 4]], dtype='float32')
return paddle.scatter_(var, index, updates, overwrite=False)
"""
class TestDygraphInplaceElu(TestDygraphInplace):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册