cloudViewer.core.maximum#

cloudViewer.core.maximum(input: cloudViewer.core.Tensor, other: cloudViewer.core.Tensor) cloudViewer.core.Tensor#

Computes the element-wise maximum 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).