round¶
dragon.math.
round
(
inputs,
**kwargs
)[source]¶Compute the nearest integer of input.
Examples:
- Parameters:
- inputs (dragon.Tensor) – The input tensor.
- Returns:
dragon.Tensor – The output tensor.
dragon.math.
round
(Compute the nearest integer of input.
Examples:
dragon.Tensor – The output tensor.