Changeset 71b6437 for src/ai/maxpool2d.c
- Timestamp:
- Dec 29, 2021, 5:51:59 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 02e5a2e
- Parents:
- 3837125
- git-author:
- Paul Brossier <piem@piem.org> (01/16/19 23:51:22)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/maxpool2d.c
r3837125 r71b6437 115 115 } 116 116 } 117 118 void aubio_maxpool2d_train(aubio_maxpool2d_t *c,119 aubio_tensor_t *backprop)120 {121 AUBIO_ASSERT(c && backprop);122 }
Note: See TracChangeset
for help on using the changeset viewer.