Changeset 8e1e753


Ignore:
Timestamp:
Dec 29, 2021, 5:52:02 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
d6fdff6
Parents:
ecb9f64
git-author:
Paul Brossier <piem@piem.org> (01/29/19 03:08:48)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:52:02)
Message:

[maxpool1d] do not call debug in _do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/maxpool1d.c

    recb9f64 r8e1e753  
    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.