Changeset 51c0b61
- Timestamp:
- Jan 23, 2019, 11:33:38 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 75662eb
- Parents:
- c249f57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/batchnorm.c
rc249f57 r51c0b61 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.