PutAlongAxisΒΆ
Put values into the destination array by matching 1d index and data slices.
Abstract Signature:
PutAlongAxis(arr: Tensor, indices: Tensor, values: Tensor, axis: int | None, mode: str | None)
Put values into the destination array by matching 1d index and data slices.
Abstract Signature:
PutAlongAxis(arr: Tensor, indices: Tensor, values: Tensor, axis: int | None, mode: str | None)