==.lazy_tensor {mlr3torch}R Documentation

Compare lazy tensors

Description

Compares lazy tensors using their indices and the data descriptor's hash. This means that if two lazy_tensors:

Usage

## S3 method for class 'lazy_tensor'
x == y

Arguments

x, y

(lazy_tensor)
Values to compare.


[Package mlr3torch version 0.2.1 Index]