docs icon indicating copy to clipboard operation
docs copied to clipboard

paddle.moveaxis()

Open mrcangye opened this issue 2 years ago • 0 comments

文档中英文链接

中文链接:https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/moveaxis_cn.html 英文链接:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/moveaxis_en.html

红线问题

代码有误: paddle.moveaxis(x, 0, 1)应为:paddle.moveaxis(x, 0, 1).shape

结构问题

No response

内容问题

No response

格式问题

No response

主观评价

代码有误,文档较为容易理解 PR:https://github.com/PaddlePaddle/Paddle/pull/44191

mrcangye avatar Jul 07 '22 15:07 mrcangye