- 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)
- Location:
- src/ai
- Files:
-
- 2 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 } -
src/ai/maxpool2d.h
r3837125 r71b6437 34 34 aubio_tensor_t *activations); 35 35 36 void aubio_maxpool2d_train(aubio_maxpool2d_t *t, aubio_tensor_t *input);37 38 36 uint_t aubio_maxpool2d_set_weights(aubio_maxpool2d_t *t, 39 37 aubio_tensor_t *kernels);
Note: See TracChangeset
for help on using the changeset viewer.