summaryrefslogtreecommitdiff
path: root/candle-nn/tests/layer_norm.rs
Commit message (Expand)AuthorAgeFilesLines
* Move the test-utils bits to a shared place. (#619)Laurent Mazare2023-08-271-5/+3
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-201-6/+11
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-1/+1
* Simplify the parameters used by sum and sum_keepdim. (#165)Laurent Mazare2023-07-141-2/+2
* Use the same default as pytorch for sum. (#164)Laurent Mazare2023-07-131-2/+2
* Add some layer-norm tests. (#121)Laurent Mazare2023-07-101-0/+43