Changeset e75bd80 for src


Ignore:
Timestamp:
Dec 29, 2021, 5:52:00 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
7f270f8
Parents:
2de864e
git-author:
Paul Brossier <piem@piem.org> (01/23/19 23:33:38)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:52:00)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/batchnorm.c

    r2de864e re75bd80  
    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.