Changeset 7ba59f1


Ignore:
Timestamp:
Dec 29, 2021, 5:51:58 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[conv1d] fix plain version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/conv1d.c

    rf352c75 r7ba59f1  
    264264      stride_a += c->stride_shape;
    265265      // apply bias
    266       acc += bias;
     266      activations->data[j][i] = acc + bias;
    267267    }
    268268  }
Note: See TracChangeset for help on using the changeset viewer.