
Last chance! 50% off unlimited learning
Sale ends in
Equal
torch_equal(self, other)
the input tensor
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)))
}
Run the code above in your browser using DataLab