Learn R Programming

torch (version 0.8.1)

torch_greater: Greater

Description

Greater

Usage

torch_greater(self, other)

Arguments

self

(Tensor) the tensor to compare

other

(Tensor or float) the tensor or value to compare

greater(input, other, *, out=None) -> Tensor

Alias for torch_gt().