torch_equal: Equal

View source: R/gen-namespace.R

torch_equalR Documentation

Equal

Description

Equal

Usage

torch_equal(self, other)

Arguments

self

the input tensor

other

the other input tensor

equal(input, other) -> bool

TRUE if two tensors have the same size and elements, FALSE otherwise.

Examples

if (torch_is_installed()) {

torch_equal(torch_tensor(c(1, 2)), torch_tensor(c(1, 2)))
}

torch documentation built on June 7, 2023, 6:19 p.m.