tinygrad/docs/tensor
Clément Verrier a7f91224eb
add Tensor.isclose() (#8844)
* add `Tensor.isclose()`

* support `equal_nan`

so as to match PyTorch's behavior

* update unit tests

* remove some tests temporarily

* re-enable one test

* re-enable other test

* try to fix failing tests during CI

* save one line of code

---------

Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
2025-02-17 10:11:40 -05:00
..
creation.md add Tensor.linspace (#7609) 2024-11-12 10:29:36 +08:00
elementwise.md Tensor.mod (#8458) 2024-12-31 11:31:42 -05:00
index.md improvements to docs 2024-08-07 09:57:24 -07:00
movement.md add Tensor.roll and Tensor.rearrange to doc (#8454) 2024-12-30 20:25:50 -05:00
ops.md add Tensor.isclose() (#8844) 2025-02-17 10:11:40 -05:00
properties.md non controversial changes from optim branch [pr] (#8234) 2024-12-13 19:24:16 -08:00