All

class All<T : DType, V> : Slice<T, V> (source)

Represents selection of the entire dimension.

All slices select every element along a dimension, equivalent to Python's tensor[:] notation. This is useful for explicit specification of unchanged dimensions in multi-dimensional slicing operations.

Characteristics

  • Preserves dimension size

  • No coordinate transformation needed

  • Identity mapping for the dimension

  • Natural stride pattern

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String