index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
src
/
shape.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support Minus(u) for arbitrary values of u, e.g. Minus(3). (#2428)
Laurent Mazare
2024-08-17
1
-0
/
+4
*
Another fix for squeezing. (#1943)
Laurent Mazare
2024-03-26
1
-2
/
+2
*
Fix lints for clippy 1.75. (#1494)
Laurent Mazare
2023-12-28
1
-17
/
+17
*
PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)
Lukas Kreussel
2023-10-30
1
-1
/
+1
*
Improve the reshape error messages. (#1096)
Laurent Mazare
2023-10-15
1
-68
/
+33
*
DiffNeXt/unet (#859)
Laurent Mazare
2023-09-15
1
-0
/
+12
*
Shape with holes (#770)
Laurent Mazare
2023-09-08
1
-0
/
+168
*
Segment Anything - process images (#766)
Laurent Mazare
2023-09-07
1
-0
/
+8
*
Sketch the segment anything model. (#759)
Laurent Mazare
2023-09-07
1
-0
/
+11
*
Add some documentation. (#743)
Laurent Mazare
2023-09-05
1
-0
/
+6
*
Fixes for clippy 1.72. (#587)
Laurent Mazare
2023-08-24
1
-0
/
+1
*
Add a broadcast variant to matmul. (#523)
Laurent Mazare
2023-08-20
1
-0
/
+63
*
Add the permute op (similar to pytorch). (#504)
Laurent Mazare
2023-08-18
1
-0
/
+10
*
Extract the strides in the conv ops. (#370)
Laurent Mazare
2023-08-09
1
-11
/
+16
*
Complexifying our hello world
Nicolas Patry
2023-08-01
1
-0
/
+6
*
Rename the .r functions to .dims so as to be a bit more explicit. (#220)
Laurent Mazare
2023-07-22
1
-6
/
+12
*
Add Shape try into (#189)
Laurent Mazare
2023-07-18
1
-31
/
+39
*
Add backtrace information to errors where relevant. (#166)
Laurent Mazare
2023-07-14
1
-5
/
+11
*
Simplify the parameters used by sum and sum_keepdim. (#165)
Laurent Mazare
2023-07-14
1
-0
/
+80
*
Tensor mutability (#154)
Laurent Mazare
2023-07-13
1
-0
/
+1
*
Cleanup the main crate error and add a couple dedicated ones (#142)
Laurent Mazare
2023-07-12
1
-14
/
+20
*
Adding some doc + Extended `stack` to work with extra final dimensions.
Nicolas Patry
2023-07-10
1
-0
/
+27
*
Add a simpler way to specify the dim index for some ops.
laurent
2023-07-05
1
-0
/
+39
*
Use broadcasted scalars for const tensors.
laurent
2023-06-29
1
-0
/
+2
*
Refactor the hierarchy.
Nicolas Patry
2023-06-27
1
-0
/
+199