summaryrefslogtreecommitdiff
path: root/candle-onnx/src
Commit message (Expand)AuthorAgeFilesLines
* Onnx Support for Sign operation #2641 (#2642)Ionut Mihalcea2024-11-261-0/+6
* ONNX: GatherElements, Xor (#2568)Anubhab Bandyopadhyay2024-10-171-0/+53
* onnx: ReduceMin/Max Ops (#2563)Anubhab Bandyopadhyay2024-10-151-1/+173
* Clippy fixes for onnx + fix a broken test. (#2510)Laurent Mazare2024-09-261-14/+13
* Expand split ops (#2505)Steven Lovegrove2024-09-261-14/+199
* onnx: support negative index in Gather (#2440)shua2024-08-221-0/+12
* onnx: workaround pow with negative base (#2439)shua2024-08-221-2/+9
* onnx: implement LSTM op (#2268)shua2024-08-191-0/+239
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-2/+7
* onnx: implement Size op (#2316)shua2024-07-071-0/+7
* Adding Gemm and ArgMax operators to candle-onnx (#2231)drCathieSo.eth2024-06-281-0/+24
* implement Slice op (#2260)shua2024-06-121-0/+80
* implement if, and pad reflect mode (#2251)shua2024-06-061-3/+98
* Apply rustfmt. (#2247)Laurent Mazare2024-06-041-7/+26
* ONNX: add ArgMin, ArgMax and LeakyRelu (#2246)B1rtek2024-06-041-0/+53
* ONNX: Add Floor and Ceil (#2235)mokulus2024-06-021-0/+10
* Add RandomNormal ONNX operator (#2200)mokulus2024-05-211-8/+14
* candle-onnx: add operators RandomUniform and Exp (#2116)B1rtek2024-04-231-0/+45
* Add missing onnx operations (#2096)Gabriel2024-04-201-7/+153
* Add ReduceMean onnx operation (#2049)Gabriel2024-04-131-1/+24
* Handle more tensor shapes in onnx "Gather" operation (#2026)Gabriel2024-04-081-7/+23
* add identity op (#1976)Mauro Sciancalepore2024-04-011-0/+5
* onnx: add the Flatten operator. (#1638)wanglong0012024-02-031-0/+10
* Add the pow operator. (#1583)Laurent Mazare2024-01-131-0/+6
* Support for CumSum in ONNX models. (#1340)Laurent Mazare2023-11-171-0/+19
* fix: negative axis (#1296)YangNianYi2023-11-081-29/+4
* PyO3: Add optional `candle.onnx` module (#1282)Lukas Kreussel2023-11-082-2/+2
* [ONNX] Support a couple more ops. (#1284)Laurent Mazare2023-11-061-26/+109
* Add more models to the onnx example. (#1273)Laurent Mazare2023-11-051-15/+152
* [ONNX] Do not generate values for constants. (#1272)Laurent Mazare2023-11-051-3/+3
* Better tensor initialization in ONNX. (#1270)Laurent Mazare2023-11-041-10/+103
* Refactor the onnx attribute getters. (#1268)Laurent Mazare2023-11-041-73/+218
* Support more ONNX ops. (#1267)Laurent Mazare2023-11-041-0/+49
* Improve the ONNX basic example + bugfixes (#1266)Laurent Mazare2023-11-042-49/+157
* ONNX casting support. (#1265)Laurent Mazare2023-11-041-10/+94
* Add some preliminary ONNX support (#1260)Laurent Mazare2023-11-043-0/+931