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