- Timestamp:
- Jan 29, 2019, 3:01:36 AM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 0067121
- Parents:
- b60514b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv2d.c
rb60514b r695a248 52 52 static void aubio_conv2d_debug(aubio_conv2d_t *c, aubio_tensor_t *input_tensor); 53 53 54 aubio_conv2d_t *new_aubio_conv2d(uint_t n_filters, uint_t *kernel_shape)54 aubio_conv2d_t *new_aubio_conv2d(uint_t n_filters, uint_t kernel_shape[2]) 55 55 { 56 56 aubio_conv2d_t *c = AUBIO_NEW(aubio_conv2d_t);
Note: See TracChangeset
for help on using the changeset viewer.