Commit Graph

2 Commits

Author SHA1 Message Date
Lukas Kreussel c05c0a8213
PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)
* add `equal` to tensor

* add `__richcmp__` support  for tensors and scalars

* typo

* more typos

* Add `abs` + `candle.testing`

* remove duplicated `broadcast_shape_binary_op`

* `candle.i16` => `candle.i64`

* `tensor.nelements` -> `tensor.nelement`

* Cleanup `abs`
2023-10-30 15:17:28 +00:00
Lukas Kreussel f9e93f5b69
Extend `stub.py` to accept external typehinting (#1102) 2023-10-17 11:07:26 +01:00