- Timestamp:
- Dec 29, 2021, 5:52:00 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 0dad503
- Parents:
- 3c754d5
- git-author:
- Paul Brossier <piem@piem.org> (01/29/19 01:08:00)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:52:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/batchnorm.h
r3c754d5 r7897b51 56 56 \param input input tensor 57 57 \param shape output shape 58 59 \return 0 on success, non-zero otherwise 58 60 59 61 This function determines the number of output channels required and allocate … … 160 162 \param activations output tensor 161 163 162 \return 0 on success, non-zero otherwise.163 164 164 */ 165 165 void aubio_batchnorm_do(aubio_batchnorm_t *t, aubio_tensor_t *input_tensor,
Note: See TracChangeset
for help on using the changeset viewer.