TensorDimensionIndexSelection

Indexing a specific tensor dimension.

Selecting dimension=2 and index=42 is similar to doing tensor[:, :, 42, :, :, …] in numpy.

Fields fields

  • dimension: u32
  • index: u64

Used by used-by