- Timestamp:
- Dec 29, 2021, 5:52:01 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 7f915f7
- Parents:
- 6627c87
- git-author:
- Paul Brossier <piem@piem.org> (01/29/19 03:01:36)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:52:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/conv2d.c
r6627c87 r11e6f7a 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.