未验证 提交 b1097663 编写于 作者: W wangchaochaohu 提交者: GitHub

refine the stride_slice cn doc test=develop (#1640)

上级 72d742ba
...@@ -30,13 +30,11 @@ strided_slice算子。 ...@@ -30,13 +30,11 @@ strided_slice算子。
则: 则:
result=[[8,7,6],] result=[[8,7,6],]
示例3: 示例3:
给定: 给定:
data=[[1,2,3,4],[5,6,7,8],] data=[[1,2,3,4],[5,6,7,8],]
axes=[0,1] axes=[0,1]
starts=[-1,1000] starts=[0,1]
ends=[-1,1000] # 此处-1表示第0维的反向第0个位置,索引值是1。 ends=[-1,1000] # 此处-1表示第0维的反向第0个位置,索引值是1。
strides =[1,3] strides =[1,3]
则: 则:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册