Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099) | Lukas Kreussel | 2023-10-30 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | * 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` | ||||
* | Extend `stub.py` to accept external typehinting (#1102) | Lukas Kreussel | 2023-10-17 | 2 | -0/+58 |