Changeset 51c0b61


Ignore:
Timestamp:
Jan 23, 2019, 11:33:38 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
75662eb
Parents:
c249f57
Message:

[batchnorm] remove comments, add a note about no input parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/batchnorm.c

    rc249f57 r51c0b61  
    3838{
    3939  aubio_batchnorm_t *c = AUBIO_NEW(aubio_batchnorm_t);
     40  // note; no input parameter, so no other possible failure
    4041  return c;
    41 #if 0 // no argument so no other possible failure
    42 failure:
    43   del_aubio_batchnorm(c);
    44   return NULL;
    45 #endif
    4642}
    4743
Note: See TracChangeset for help on using the changeset viewer.