Changeset c32d8b2
- Timestamp:
- Jan 16, 2019, 11:47:42 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 59162ae
- Parents:
- 1aa6eb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv1d.c
r1aa6eb8 rc32d8b2 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.