ReduceSumΒΆ
Computes the sum of elements across dimensions of a tensor.
Abstract Signature:
ReduceSum(input: Tensor, axis: int | List[int], keepdims: bool = False)
Computes the sum of elements across dimensions of a tensor.
Abstract Signature:
ReduceSum(input: Tensor, axis: int | List[int], keepdims: bool = False)