Changeset 3ac1426


Ignore:
Timestamp:
Jan 29, 2019, 1:08:00 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
cc74a29
Parents:
ddd124a
Message:

[batchnorm] improve docs for return values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/batchnorm.h

    rddd124a r3ac1426  
    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.