summaryrefslogtreecommitdiff
path: root/candle-core/src/shape.rs
Commit message (Expand)AuthorAgeFilesLines
* Support Minus(u) for arbitrary values of u, e.g. Minus(3). (#2428)Laurent Mazare2024-08-171-0/+4
* Another fix for squeezing. (#1943)Laurent Mazare2024-03-261-2/+2
* Fix lints for clippy 1.75. (#1494)Laurent Mazare2023-12-281-17/+17
* PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)Lukas Kreussel2023-10-301-1/+1
* Improve the reshape error messages. (#1096)Laurent Mazare2023-10-151-68/+33
* DiffNeXt/unet (#859)Laurent Mazare2023-09-151-0/+12
* Shape with holes (#770)Laurent Mazare2023-09-081-0/+168
* Segment Anything - process images (#766)Laurent Mazare2023-09-071-0/+8
* Sketch the segment anything model. (#759)Laurent Mazare2023-09-071-0/+11
* Add some documentation. (#743)Laurent Mazare2023-09-051-0/+6
* Fixes for clippy 1.72. (#587)Laurent Mazare2023-08-241-0/+1
* Add a broadcast variant to matmul. (#523)Laurent Mazare2023-08-201-0/+63
* Add the permute op (similar to pytorch). (#504)Laurent Mazare2023-08-181-0/+10
* Extract the strides in the conv ops. (#370)Laurent Mazare2023-08-091-11/+16
* Complexifying our hello worldNicolas Patry2023-08-011-0/+6
* Rename the .r functions to .dims so as to be a bit more explicit. (#220)Laurent Mazare2023-07-221-6/+12
* Add Shape try into (#189)Laurent Mazare2023-07-181-31/+39
* Add backtrace information to errors where relevant. (#166)Laurent Mazare2023-07-141-5/+11
* Simplify the parameters used by sum and sum_keepdim. (#165)Laurent Mazare2023-07-141-0/+80
* Tensor mutability (#154)Laurent Mazare2023-07-131-0/+1
* Cleanup the main crate error and add a couple dedicated ones (#142)Laurent Mazare2023-07-121-14/+20
* Adding some doc + Extended `stack` to work with extra final dimensions.Nicolas Patry2023-07-101-0/+27
* Add a simpler way to specify the dim index for some ops.laurent2023-07-051-0/+39
* Use broadcasted scalars for const tensors.laurent2023-06-291-0/+2
* Refactor the hierarchy.Nicolas Patry2023-06-271-0/+199