未验证 提交 c271f26b 编写于 作者: S Sarvesh Shashikumar 提交者: GitHub

Fix error in docstring for flatten function (#56073)

Flatten function docstring case 1 displayed incorrect output
上级 dcc93452
......@@ -1499,7 +1499,7 @@ def flatten(x, start_axis=0, stop_axis=-1, name=None):
end_axis = 2
We get:
Out.shape = (3, 1000 * 100, 2)
Out.shape = (3, 100 * 100, 4)
Case 2:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册