minimum

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

Compute the minimum value of inputs.

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

dragon.vm.torch.Tensor The output tensor.