Changeset 689ba93 for src/ai/batchnorm.h


Ignore:
Timestamp:
Jan 18, 2019, 10:47:14 AM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
e75a48e
Parents:
3977b4f
Message:

[batchnorm] accepts any input size, allocate weights in get_output_shape

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/batchnorm.h

    r3977b4f r689ba93  
    4141typedef struct _aubio_batchnorm_t aubio_batchnorm_t;
    4242
    43 aubio_batchnorm_t *new_aubio_batchnorm(uint_t n_outputs);
     43aubio_batchnorm_t *new_aubio_batchnorm(void);
    4444
    4545void aubio_batchnorm_do(aubio_batchnorm_t *t,
Note: See TracChangeset for help on using the changeset viewer.