You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ifatensortargetusessliceindicessuchas`lo:hi`or`*`,theright-handsideMUSTevaluatetoa`TNS`whoseshapeexactlymatchestheselectedslice,andeverywrittenelementMUSTsatisfythetarget's static type constraints.
107
+
Ifatensortargetusessliceindicessuchas`lo:hi`or`#`,theright-handsideMUSTevaluatetoa`TNS`whoseshapeexactlymatchestheselectedslice,andeverywrittenelementMUSTsatisfythetarget's static type constraints.
108
108
109
109
---
110
110
@@ -328,7 +328,7 @@
328
328
329
329
`TNS` indexing MUST use square brackets (`[` and `]`) with a comma-separated list of indices. Indexing MUST be one-based. Negative indices MUST count backwards from the end of the dimension.
330
330
331
-
Slice indexing MUST be supported in any index position using a range of the form `lo:hi`. The selected slice MUST be inclusive of both endpoints. The symbol `*` MAY be used in an index position to denote a full-dimension slice, selecting every element along that axis.
331
+
Slice indexing MUST be supported in any index position using a range of the form `lo:hi`. The selected slice MUST be inclusive of both endpoints. The symbol `#` MAY be used in an index position to denote a full-dimension slice, selecting every element along that axis.
0 commit comments