提交 9c6eb1aa 编写于 作者: P peizhilin

remove the useless check test=develop

上级 e014950e
......@@ -798,7 +798,7 @@ class Variable(object):
newitem = self._reconstructSliceinfo(item) or item
if fixedSize:
check, info = self._detectContinuesSlice(newitem)
if check and fixedSize:
if check:
starts = info[0]
ends = info[1]
axes = [i for i in range(len(starts))]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册