- Timestamp:
- Dec 29, 2021, 5:51:59 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 05808d5
- Parents:
- 1e1fa8e
- git-author:
- Paul Brossier <piem@piem.org> (01/17/19 22:39:09)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/batchnorm.h
r1e1fa8e r49688ef 47 47 aubio_tensor_t *activations); 48 48 49 void aubio_batchnorm_train(aubio_batchnorm_t *t, aubio_tensor_t *input);50 51 49 uint_t aubio_batchnorm_set_gamma(aubio_batchnorm_t *t, fvec_t *gamma); 52 50 uint_t aubio_batchnorm_set_beta(aubio_batchnorm_t *t, fvec_t *beta);
Note: See TracChangeset
for help on using the changeset viewer.