summaryrefslogtreecommitdiff
path: root/candle-pyo3/_additional_typing
Commit message (Collapse)AuthorAgeFilesLines
* PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)Lukas Kreussel2023-10-301-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 Kreussel2023-10-172-0/+58