Changeset 689ba93 for src/ai/batchnorm.h
- Timestamp:
- Jan 18, 2019, 10:47:14 AM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- e75a48e
- Parents:
- 3977b4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/batchnorm.h
r3977b4f r689ba93 41 41 typedef struct _aubio_batchnorm_t aubio_batchnorm_t; 42 42 43 aubio_batchnorm_t *new_aubio_batchnorm( uint_t n_outputs);43 aubio_batchnorm_t *new_aubio_batchnorm(void); 44 44 45 45 void aubio_batchnorm_do(aubio_batchnorm_t *t,
Note: See TracChangeset
for help on using the changeset viewer.