summaryrefslogtreecommitdiff
path: root/candle-core/tests/conv_tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Adding the test scaffolding.Nicolas Patry2023-11-201-7/+28
* Test for the transposed conv1d. (#1254)Laurent Mazare2023-11-031-0/+16
* Fix the conv2d gradient computation. (#1214)Laurent Mazare2023-10-291-0/+65
* Support dilation in conv-transpose2d. (#671)Laurent Mazare2023-08-301-0/+35
* Fix the dilated convolutions. (#659)Laurent Mazare2023-08-291-12/+12
* Dilated convolutions (#657)Laurent Mazare2023-08-291-13/+122
* Cuda conv transpose (#645)Laurent Mazare2023-08-281-69/+59
* Fix the cpu kernel for conv-transpose. (#643)Laurent Mazare2023-08-281-10/+44
* Backprop for conv2d. (#638)Laurent Mazare2023-08-281-0/+72
* Add conv-transpose. (#635)Laurent Mazare2023-08-281-0/+30
* Move the test-utils bits to a shared place. (#619)Laurent Mazare2023-08-271-2/+1
* Add to the cuda example a reproduction of the issue. (#579)Laurent Mazare2023-08-241-0/+36
* Add a test for conv2d with padding + bugfix the random number generation on c...Laurent Mazare2023-08-241-0/+12
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-7/+7
* Add a naive conv2d cuda kernel. (#438)Laurent Mazare2023-08-141-15/+11
* Fix the conv tests. (#409)Laurent Mazare2023-08-111-7/+5
* Conv1d test with padding. (#356)Laurent Mazare2023-08-091-0/+31
* Add some conv1d test + bugfix using padding. (#349)Laurent Mazare2023-08-081-0/+40
* Add some conv2d tests. (#347)Laurent Mazare2023-08-081-0/+113