Zhan Rongrui
Zhan Rongrui
【队名】:错误代码114 【序号】:75 【状态】:报名 【链接】:https://github.com/zrr1999/CINN
【队名】:错误代码114 【序号】:91 【状态】:报名 【链接】:https://github.com/zrr1999/Paddle
【队名】:错误代码114 【序号】:77 【状态】:报名 【链接】:https://github.com/zrr1999/CINN
【队名】:错误代码114 【序号】:77 【状态】:提交提案 【链接】:https://github.com/PaddlePaddle/community/pull/182
【队名】:错误代码114 【序号】:77 【状态】:提交作品 【链接】:https://github.com/PaddlePaddle/CINN/pull/863
【队名】:错误代码114 【序号】:68 【状态】:报名 【链接】:https://github.com/zrr1999/CINN
【队名】:错误代码114 【序号】:68 【状态】:提交提案 【链接】:https://github.com/PaddlePaddle/community/pull/192
> @zrr1999 你好,还需要在 https://github.com/PaddlePaddle/docs 中增加transpose的中文文档 您好,这部分之前已经提交[pr](https://github.com/PaddlePaddle/docs/pull/5272),,但是一直还没有merge,已经解决了最新的冲突
> @zrr1999 你好,需要处理下冲突,审核后会合入 好的,已经处理完毕
```python def test_x_dtype_check(): # the Input(x)'s dtype must be one of [bool, float16, float32, float64, int32, int64] x1 = paddle.static.data( name='x1', shape=[-1, 10, 5, 3], dtype='int8' ) paddle.transpose(x1, perm=[1, 0,...