- Timestamp:
- Dec 29, 2021, 5:51:58 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 3837125
- Parents:
- f352c75
- git-author:
- Paul Brossier <piem@piem.org> (01/16/19 23:47:42)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv1d.c
rf352c75 r7ba59f1 264 264 stride_a += c->stride_shape; 265 265 // apply bias 266 ac c +=bias;266 activations->data[j][i] = acc + bias; 267 267 } 268 268 }
Note: See TracChangeset
for help on using the changeset viewer.