# # ChangeLog for src/ai/conv1d.c # # Generated by Trac 1.2 # Dec 12, 2024, 12:08:46 AM Wed, 29 Dec 2021 16:51:58 GMT Paul Brossier [f352c75] * src/ai/conv1d.c (modified) [conv1d] improve comments, wrap long line Wed, 29 Dec 2021 16:51:57 GMT Paul Brossier [72d4e42] * src/ai/conv1d.c (modified) [conv1d] remove activation function Wed, 29 Dec 2021 16:51:57 GMT Paul Brossier [1f7cb6a] * src/ai/conv1d.c (modified) [conv1d] improve comment and indentation Wed, 29 Dec 2021 16:51:49 GMT Paul Brossier [b5b0ddd] * src/ai/conv1d.c (modified) [conv1d] improve debug string Wed, 29 Dec 2021 16:51:49 GMT Paul Brossier [d91fa83] * src/ai/conv1d.c (modified) [conv1d] avoid unused variable, update comment Wed, 29 Dec 2021 16:51:48 GMT Paul Brossier [c97f7ed] * src/ai/conv1d.c (modified) [conv1d] add second blas optimisation using gemv Wed, 29 Dec 2021 16:51:48 GMT Paul Brossier [337e70d] * src/ai/conv1d.c (modified) [conv1d] add first blas optimisation using sdot Wed, 29 Dec 2021 16:51:45 GMT Paul Brossier [f4c5a95] * src/ai/conv1d.c (modified) [conv1d] update to new tensor members Wed, 29 Dec 2021 16:51:44 GMT Paul Brossier [4cb5496] * src/ai/conv1d.c (added) * src/ai/conv1d.h (added) [ai] add first conv1d draft