View source: R/gen-namespace.R
torch_equal | R Documentation |
Equal
torch_equal(self, other)
self |
the input tensor |
other |
the other input tensor |
TRUE
if two tensors have the same size and elements, FALSE
otherwise.
if (torch_is_installed()) {
torch_equal(torch_tensor(c(1, 2)), torch_tensor(c(1, 2)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.