summaryrefslogtreecommitdiff
path: root/candle-core/src/indexer.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple typos (#1451)Laurent Mazare2023-12-171-1/+1
* Small tweak: remove the macro usage for the range indexing trait. (#1376)Laurent Mazare2023-11-261-28/+22
* Tensor based indexing. (#842)Laurent Mazare2023-09-141-1/+38
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-2/+2
* Do not panic on empty ranges. (#257)Laurent Mazare2023-07-271-1/+1
* Test the index op + bugfix. (#148)Laurent Mazare2023-07-121-16/+2
* Llama batch (#144)Laurent Mazare2023-07-121-1/+1
* Macroify the repeating bits. (#129)Laurent Mazare2023-07-101-110/+19
* Clippy ?Nicolas Patry2023-07-101-1/+0
* Update candle-core/src/indexer.rsNicolas Patry2023-07-101-1/+0
* `i(..)` indexing sugar (partial).Nicolas Patry2023-07-101-0/+244