Changeset 3ac1426
- Timestamp:
- Jan 29, 2019, 1:08:00 AM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- cc74a29
- Parents:
- ddd124a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/batchnorm.h
rddd124a r3ac1426 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.