Changeset e75bd80
- Timestamp:
- Dec 29, 2021, 5:52:00 PM (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/batchnorm.c
r2de864e re75bd80 38 38 { 39 39 aubio_batchnorm_t *c = AUBIO_NEW(aubio_batchnorm_t); 40 // note; no input parameter, so no other possible failure 40 41 return c; 41 #if 0 // no argument so no other possible failure42 failure:43 del_aubio_batchnorm(c);44 return NULL;45 #endif46 42 } 47 43
Note: See TracChangeset
for help on using the changeset viewer.