Commit Graph

11 Commits

Author SHA1 Message Date
75475790ac Migrate Dense layer 2024-09-08 13:36:53 +02:00
8168f02f58 Add adaptive avg pooling 2024-05-30 17:17:31 +02:00
df47a31f36 Rename dim2d to shape2d 2024-05-27 21:14:51 +02:00
4a67b708f0 Add padding to avg pooling 2024-05-26 18:54:12 +02:00
cba177e417 Add getOutputDims to 2d layers 2024-05-26 14:28:43 +02:00
6dca8ccd3c Unify 2d layer naming 2024-05-20 16:23:58 +02:00
74098b24e3 Add support for non square matrices 2024-05-20 15:20:43 +02:00
f17debc244 Implement getOutputSize and getInputSize for seq layers 2024-04-22 20:31:58 +02:00
a32c737785 Allocate activation on heap 2024-04-22 18:59:16 +02:00
6f4cdf3792 Implement avg pool test 2024-03-20 21:57:22 +01:00
ef63cbd9f1 Implement avg pooling 2024-03-19 22:33:43 +01:00