- Timestamp:
- Jan 16, 2019, 11:51:22 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 5e499fcd
- Parents:
- 59162ae
- Location:
- src/ai
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/maxpool2d.c
r59162ae ra524de1 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
r59162ae ra524de1 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.