Bases: object
Indexing / slicing via x[indices].
Factory: returns ReshapeOp @ GetSliceOp (or just GetSliceOp when
no integer indices remove a dim). Slice extracts the region; reshape
drops the size-1 dims for any int indices.
Methods
-
static __new__(cls, input_shape, indices)[source]