Open wolfv opened 6 years ago
One idea to make the step_leading more generic is to rely on the static layout of the expression to either increment by 1 or use the (real) leading stride (first or last of strides() depending on dynamic layout).
1
strides()
One idea to make the step_leading more generic is to rely on the static layout of the expression to either increment by
1
or use the (real) leading stride (first or last ofstrides()
depending on dynamic layout).