maximum

dragon.vm.torch.maximum(
  input,
  other,
  out=None
)[source]

Compute the maximum value of inputs.

\[\text{out} = \max(\text{input}, \text{other}) \]
Parameters:
Returns:

dragon.vm.torch.Tensor The output tensor.