Changeset c32d8b2


Ignore:
Timestamp:
Jan 16, 2019, 11:47:42 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
59162ae
Parents:
1aa6eb8
Message:

[conv1d] fix plain version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/conv1d.c

    r1aa6eb8 rc32d8b2  
    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.