- Timestamp:
- Jan 16, 2019, 10:02:06 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- ec3f4d63
- Parents:
- 378852b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv2d.c
r378852b r8389694 293 293 // apply bias 294 294 acc += bias; 295 // compute RELU296 activations->data[k][jj + i] = MAX(acc, 0);295 // set output activation 296 activations->data[k][jj + i] = acc; 297 297 } 298 298 stride_b += c->stride_shape[1];
Note: See TracChangeset
for help on using the changeset viewer.