powered by
Equal
True if two tensors have the same size and elements, False otherwise.
True
False
# NOT RUN { 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