Changeset 7897b51


Ignore:
Timestamp:
Dec 29, 2021, 5:52:00 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[batchnorm] improve docs for return values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/batchnorm.h

    r3c754d5 r7897b51  
    5656  \param input  input tensor
    5757  \param shape  output shape
     58
     59  \return 0 on success, non-zero otherwise
    5860
    5961  This function determines the number of output channels required and allocate
     
    160162  \param activations   output tensor
    161163
    162   \return   0 on success, non-zero otherwise.
    163 
    164164*/
    165165void aubio_batchnorm_do(aubio_batchnorm_t *t, aubio_tensor_t *input_tensor,
Note: See TracChangeset for help on using the changeset viewer.