Learn R Programming

torch (version 0.8.1)

torch_less: Less

Description

Less

Usage

torch_less(self, other)

Arguments

self

(Tensor) the tensor to compare

other

(Tensor or float) the tensor or value to compare

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

Alias for torch_lt().