- Timestamp:
- Jan 29, 2019, 3:08:48 AM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 085696b
- Parents:
- 30ad7e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/maxpool1d.c
r30ad7e7 r45a28ea 84 84 AUBIO_ASSERT(c && input_tensor && output_tensor); 85 85 86 //aubio_maxpool1d_debug(c, input_tensor);87 88 86 for (j = 0; j < output_tensor->shape[1]; j++) { 89 87 for (i = 0; i < output_tensor->shape[0]; i++) {
Note: See TracChangeset
for help on using the changeset viewer.