SegmentReduceΒΆ
Performs a reduction along segments of a tensor.
Abstract Signature:
SegmentReduce(data: Tensor, reduce: str, lengths: Tensor, indices: Tensor, offsets: Tensor, axis: int = 0)
Performs a reduction along segments of a tensor.
Abstract Signature:
SegmentReduce(data: Tensor, reduce: str, lengths: Tensor, indices: Tensor, offsets: Tensor, axis: int = 0)