We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d01a1 commit 4b675d5Copy full SHA for 4b675d5
python/slice.py
@@ -70,6 +70,7 @@ def setup(self, bottom, top):
70
end[i] = begin[i] + 1
71
strides[i] = 1
72
slices = [slice(*i) for i in zip(begin, end, strides)]
73
+ ellipsis_axis = None
74
75
for i in range(len(slices)):
76
if ellipsis_mask & 1 << i:
0 commit comments