R/gen-namespace-docs.R
R/gen-namespace-examples.R
R/gen-namespace.R
torch_equal.Rd
Equal
torch_equal(self, other)
the input tensor
the other input tensor
TRUE if two tensors have the same size and elements, FALSE otherwise.
TRUE
FALSE
if (torch_is_installed()) { torch_equal(torch_tensor(c(1, 2)), torch_tensor(c(1, 2))) } #> [1] TRUE