Merge pull request #16551 from wopeizl/remove_useless_check

remove the useless check
revert-16555-model_data_cryption_link_all_lib
lujun 6 years ago committed by GitHub
commit 2b4d887460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))]

Loading…
Cancel
Save