cloudViewer.core.minimum#
- cloudViewer.core.minimum(input: cloudViewer.core.Tensor, other: cloudViewer.core.Tensor) cloudViewer.core.Tensor#
Computes the element-wise minimum of input and other. The tensors must have same data type and device. If input.GetShape() != other.GetShape(), then they will be broadcasted to a common shape (which becomes the shape of the output).