Changeset 45a28ea


Ignore:
Timestamp:
Jan 29, 2019, 3:08:48 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
085696b
Parents:
30ad7e7
Message:

[maxpool1d] do not call debug in _do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/maxpool1d.c

    r30ad7e7 r45a28ea  
    8484  AUBIO_ASSERT(c && input_tensor && output_tensor);
    8585
    86   //aubio_maxpool1d_debug(c, input_tensor);
    87 
    8886  for (j = 0; j < output_tensor->shape[1]; j++) {
    8987    for (i = 0; i < output_tensor->shape[0]; i++) {
Note: See TracChangeset for help on using the changeset viewer.