View source: R/gen-namespace.R
torch_divide | R Documentation |
Divide
torch_divide(self, other, rounding_mode)
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:
|
Alias for torch_div()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.