==.lazy_tensor | R Documentation |
Compares lazy tensors using their indices and the data descriptor's hash.
This means that if two lazy_tensor
s:
are equal: they will mateterialize to the same tensors.
are unequal: they might materialize to the same tensors.
## S3 method for class 'lazy_tensor'
x == y
x , y |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.