summaryrefslogtreecommitdiff
path: root/candle-pyo3/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple typos (#1451)Laurent Mazare2023-12-172-5/+5
* PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)Lukas Kreussel2023-10-302-0/+106
* PyO3: Better shape handling (#1143)Lukas Kreussel2023-10-291-0/+31
* PyO3: Add `None` and `Tensor` indexing to `candle.Tensor` (#1098)Lukas Kreussel2023-10-201-0/+38
* PyO3: Add pytorch like `.to()` operator to `candle.Tensor` (#1100)Lukas Kreussel2023-10-191-0/+65
* Always broadcast magic methods (#1101)Lukas Kreussel2023-10-171-0/+73
* Make the Python Wrapper more Hackable and simplify Quantization (#1010)Lukas Kreussel2023-10-065-0/+324