index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-onnx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump the caret version to 0.8.2. (#2703)
Laurent Mazare
2025-01-07
1
-3
/
+3
*
Bump the crate version to 0.8.1. (#2662)
Laurent Mazare
2024-12-07
1
-3
/
+3
*
Onnx Support for Sign operation #2641 (#2642)
Ionut Mihalcea
2024-11-26
2
-0
/
+47
*
Bump the crate version to 0.8.0. (#2612)
Laurent Mazare
2024-11-12
1
-3
/
+3
*
ONNX: GatherElements, Xor (#2568)
Anubhab Bandyopadhyay
2024-10-17
2
-0
/
+582
*
onnx: ReduceMin/Max Ops (#2563)
Anubhab Bandyopadhyay
2024-10-15
2
-1
/
+1211
*
Bump the crate version to 0.7.2. (#2517)
Laurent Mazare
2024-09-29
1
-3
/
+3
*
Clippy fixes for onnx + fix a broken test. (#2510)
Laurent Mazare
2024-09-26
2
-281
/
+273
*
Expand split ops (#2505)
Steven Lovegrove
2024-09-26
2
-14
/
+528
*
Move the candle version to 0.7.1. (#2495)
Laurent Mazare
2024-09-22
1
-3
/
+3
*
Bump the crate version. (#2491)
Laurent Mazare
2024-09-21
1
-3
/
+3
*
onnx: support negative index in Gather (#2440)
shua
2024-08-22
1
-0
/
+12
*
onnx: workaround pow with negative base (#2439)
shua
2024-08-22
1
-2
/
+9
*
Bump the version to 0.6.1. (#2438)
Laurent Mazare
2024-08-22
1
-3
/
+3
*
onnx: implement LSTM op (#2268)
shua
2024-08-19
2
-0
/
+705
*
onnx: fix pad, unsqueeze (#2317)
shua
2024-07-23
2
-7
/
+74
*
onnx: implement Size op (#2316)
shua
2024-07-07
2
-0
/
+52
*
Adding Gemm and ArgMax operators to candle-onnx (#2231)
drCathieSo.eth
2024-06-28
1
-0
/
+24
*
implement Slice op (#2260)
shua
2024-06-12
2
-0
/
+215
*
implement if, and pad reflect mode (#2251)
shua
2024-06-06
2
-54
/
+271
*
Bump the crate version. (#2248)
Laurent Mazare
2024-06-05
1
-3
/
+3
*
Apply rustfmt. (#2247)
Laurent Mazare
2024-06-04
2
-73
/
+64
*
ONNX: add ArgMin, ArgMax and LeakyRelu (#2246)
B1rtek
2024-06-04
2
-0
/
+523
*
ONNX: Add Floor and Ceil (#2235)
mokulus
2024-06-02
2
-0
/
+162
*
Add RandomNormal ONNX operator (#2200)
mokulus
2024-05-21
2
-8
/
+158
*
Bump the version number to 0.5.1. (#2155)
Laurent Mazare
2024-05-03
1
-3
/
+3
*
Fix for rustfmt. (#2117)
Laurent Mazare
2024-04-23
1
-5
/
+1
*
candle-onnx: add operators RandomUniform and Exp (#2116)
B1rtek
2024-04-23
2
-0
/
+241
*
Add missing onnx operations (#2096)
Gabriel
2024-04-20
2
-9
/
+736
*
Add ReduceMean onnx operation (#2049)
Gabriel
2024-04-13
2
-1
/
+201
*
Handle more tensor shapes in onnx "Gather" operation (#2026)
Gabriel
2024-04-08
2
-9
/
+152
*
Bumping the version number to 0.5.0. (#2009)
Laurent Mazare
2024-04-04
1
-3
/
+3
*
add identity op (#1976)
Mauro Sciancalepore
2024-04-01
1
-0
/
+5
*
Bump the crate versions to 0.4.2. (#1821)
Laurent Mazare
2024-03-08
1
-3
/
+3
*
Bump the version number to 0.4.1. (#1768)
Laurent Mazare
2024-02-27
1
-3
/
+3
*
Apply rustfmt to the newly added tests. (#1749)
Laurent Mazare
2024-02-23
1
-7
/
+7
*
tests (#1724)
Sacha Arbonel
2024-02-23
1
-10
/
+473
*
Bump the crate version to 0.4.0. (#1658)
Laurent Mazare
2024-02-04
1
-3
/
+3
*
onnx: add the Flatten operator. (#1638)
wanglong001
2024-02-03
2
-1
/
+139
*
Explicit version for packages that are not in the workspace. (#1642)
Laurent Mazare
2024-01-31
1
-2
/
+2
*
Add the pow operator. (#1583)
Laurent Mazare
2024-01-13
1
-0
/
+6
*
Unpin more of the workplace relative dependencies. (#1535)
Laurent Mazare
2024-01-07
1
-2
/
+2
*
Simplifying our internal cargo dependencies. (#1529)
Nicolas Patry
2024-01-07
1
-1
/
+0
*
Bump the crate version to 0.3.3. (#1490)
Laurent Mazare
2023-12-28
1
-3
/
+3
*
Bump the crate version to 0.3.2. (#1452)
Laurent Mazare
2023-12-17
1
-3
/
+3
*
feat: add test for individual onnx ops (#1332)
drbh
2023-11-19
1
-0
/
+746
*
Support for CumSum in ONNX models. (#1340)
Laurent Mazare
2023-11-17
1
-0
/
+19
*
Update for 0.3.1. (#1324)
Laurent Mazare
2023-11-11
1
-3
/
+3
*
fix: negative axis (#1296)
YangNianYi
2023-11-08
1
-29
/
+4
*
PyO3: Add optional `candle.onnx` module (#1282)
Lukas Kreussel
2023-11-08
2
-2
/
+2
[next]