summaryrefslogtreecommitdiff
path: root/candle-onnx/tests
Commit message (Expand)AuthorAgeFilesLines
* Onnx Support for Sign operation #2641 (#2642)Ionut Mihalcea2024-11-261-0/+41
* ONNX: GatherElements, Xor (#2568)Anubhab Bandyopadhyay2024-10-171-0/+529
* onnx: ReduceMin/Max Ops (#2563)Anubhab Bandyopadhyay2024-10-151-0/+1038
* Clippy fixes for onnx + fix a broken test. (#2510)Laurent Mazare2024-09-261-267/+260
* Expand split ops (#2505)Steven Lovegrove2024-09-261-0/+329
* onnx: implement LSTM op (#2268)shua2024-08-191-0/+466
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-5/+67
* onnx: implement Size op (#2316)shua2024-07-071-0/+45
* implement Slice op (#2260)shua2024-06-121-0/+135
* implement if, and pad reflect mode (#2251)shua2024-06-061-51/+173
* Apply rustfmt. (#2247)Laurent Mazare2024-06-041-66/+38
* ONNX: add ArgMin, ArgMax and LeakyRelu (#2246)B1rtek2024-06-041-0/+470
* ONNX: Add Floor and Ceil (#2235)mokulus2024-06-021-0/+152
* Add RandomNormal ONNX operator (#2200)mokulus2024-05-211-0/+144
* Fix for rustfmt. (#2117)Laurent Mazare2024-04-231-5/+1
* candle-onnx: add operators RandomUniform and Exp (#2116)B1rtek2024-04-231-0/+196
* Add missing onnx operations (#2096)Gabriel2024-04-201-2/+583
* Add ReduceMean onnx operation (#2049)Gabriel2024-04-131-0/+177
* Handle more tensor shapes in onnx "Gather" operation (#2026)Gabriel2024-04-081-2/+129
* Apply rustfmt to the newly added tests. (#1749)Laurent Mazare2024-02-231-7/+7
* tests (#1724)Sacha Arbonel2024-02-231-10/+473
* onnx: add the Flatten operator. (#1638)wanglong0012024-02-031-1/+129
* feat: add test for individual onnx ops (#1332)drbh2023-11-191-0/+746