torch_divide {torch} | R Documentation |
Divide
Description
Divide
Usage
torch_divide(self, other, rounding_mode)
Arguments
self |
(Tensor) the input tensor. |
other |
(Number) the number to be divided to each element of |
rounding_mode |
(str, optional) – Type of rounding applied to the result:
|
divide(input, other, *, out=None) -> Tensor
Alias for torch_div()
.
[Package torch version 0.13.0 Index]