summaryrefslogtreecommitdiff
path: root/candle-onnx/src
Commit message (Expand)AuthorAgeFilesLines
* 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