Description Usage Arguments Value Examples
This generic is similar to applying torch$sub(a, b)
1 2 | ## S3 method for class 'torch.Tensor'
a - b
|
a |
tensor |
b |
tensor |
Another tensor representing the subtraction of two tensors.
1 2 3 4 5 6 7 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.