summaryrefslogtreecommitdiff
path: root/candle-onnx
Commit message (Expand)AuthorAgeFilesLines
* Bump the caret version to 0.8.2. (#2703)Laurent Mazare2025-01-071-3/+3
* Bump the crate version to 0.8.1. (#2662)Laurent Mazare2024-12-071-3/+3
* Onnx Support for Sign operation #2641 (#2642)Ionut Mihalcea2024-11-262-0/+47
* Bump the crate version to 0.8.0. (#2612)Laurent Mazare2024-11-121-3/+3
* ONNX: GatherElements, Xor (#2568)Anubhab Bandyopadhyay2024-10-172-0/+582
* onnx: ReduceMin/Max Ops (#2563)Anubhab Bandyopadhyay2024-10-152-1/+1211
* Bump the crate version to 0.7.2. (#2517)Laurent Mazare2024-09-291-3/+3
* Clippy fixes for onnx + fix a broken test. (#2510)Laurent Mazare2024-09-262-281/+273
* Expand split ops (#2505)Steven Lovegrove2024-09-262-14/+528
* Move the candle version to 0.7.1. (#2495)Laurent Mazare2024-09-221-3/+3
* Bump the crate version. (#2491)Laurent Mazare2024-09-211-3/+3
* onnx: support negative index in Gather (#2440)shua2024-08-221-0/+12
* onnx: workaround pow with negative base (#2439)shua2024-08-221-2/+9
* Bump the version to 0.6.1. (#2438)Laurent Mazare2024-08-221-3/+3
* onnx: implement LSTM op (#2268)shua2024-08-192-0/+705
* onnx: fix pad, unsqueeze (#2317)shua2024-07-232-7/+74
* onnx: implement Size op (#2316)shua2024-07-072-0/+52
* Adding Gemm and ArgMax operators to candle-onnx (#2231)drCathieSo.eth2024-06-281-0/+24
* implement Slice op (#2260)shua2024-06-122-0/+215
* implement if, and pad reflect mode (#2251)shua2024-06-062-54/+271
* Bump the crate version. (#2248)Laurent Mazare2024-06-051-3/+3
* Apply rustfmt. (#2247)Laurent Mazare2024-06-042-73/+64
* ONNX: add ArgMin, ArgMax and LeakyRelu (#2246)B1rtek2024-06-042-0/+523
* ONNX: Add Floor and Ceil (#2235)mokulus2024-06-022-0/+162
* Add RandomNormal ONNX operator (#2200)mokulus2024-05-212-8/+158
* Bump the version number to 0.5.1. (#2155)Laurent Mazare2024-05-031-3/+3
* Fix for rustfmt. (#2117)Laurent Mazare2024-04-231-5/+1
* candle-onnx: add operators RandomUniform and Exp (#2116)B1rtek2024-04-232-0/+241
* Add missing onnx operations (#2096)Gabriel2024-04-202-9/+736
* Add ReduceMean onnx operation (#2049)Gabriel2024-04-132-1/+201
* Handle more tensor shapes in onnx "Gather" operation (#2026)Gabriel2024-04-082-9/+152
* Bumping the version number to 0.5.0. (#2009)Laurent Mazare2024-04-041-3/+3
* add identity op (#1976)Mauro Sciancalepore2024-04-011-0/+5
* Bump the crate versions to 0.4.2. (#1821)Laurent Mazare2024-03-081-3/+3
* Bump the version number to 0.4.1. (#1768)Laurent Mazare2024-02-271-3/+3
* Apply rustfmt to the newly added tests. (#1749)Laurent Mazare2024-02-231-7/+7
* tests (#1724)Sacha Arbonel2024-02-231-10/+473
* Bump the crate version to 0.4.0. (#1658)Laurent Mazare2024-02-041-3/+3
* onnx: add the Flatten operator. (#1638)wanglong0012024-02-032-1/+139
* Explicit version for packages that are not in the workspace. (#1642)Laurent Mazare2024-01-311-2/+2
* Add the pow operator. (#1583)Laurent Mazare2024-01-131-0/+6
* Unpin more of the workplace relative dependencies. (#1535)Laurent Mazare2024-01-071-2/+2
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-1/+0
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-3/+3
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-3/+3
* feat: add test for individual onnx ops (#1332)drbh2023-11-191-0/+746
* Support for CumSum in ONNX models. (#1340)Laurent Mazare2023-11-171-0/+19
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-3/+3
* fix: negative axis (#1296)YangNianYi2023-11-081-29/+4
* PyO3: Add optional `candle.onnx` module (#1282)Lukas Kreussel2023-11-082-2/+2