ceil¶
dragon.vm.torch.ceil(
input,
out=None
)[source]¶Compute the smallest integer not less than input.
Examples:
- Parameters:
- input (dragon.vm.torch.Tensor) – The input tensor.
- out (dragon.vm.torch.Tensor, optional) – The output tensor.
- Returns:
dragon.vm.torch.Tensor – The output tensor.