Changeset 11e6f7a


Ignore:
Timestamp:
Dec 29, 2021, 5:52:01 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[conv2d] specify length of array in new_ prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/conv2d.c

    r6627c87 r11e6f7a  
    5252static void aubio_conv2d_debug(aubio_conv2d_t *c, aubio_tensor_t *input_tensor);
    5353
    54 aubio_conv2d_t *new_aubio_conv2d(uint_t n_filters, uint_t *kernel_shape)
     54aubio_conv2d_t *new_aubio_conv2d(uint_t n_filters, uint_t kernel_shape[2])
    5555{
    5656  aubio_conv2d_t *c = AUBIO_NEW(aubio_conv2d_t);
Note: See TracChangeset for help on using the changeset viewer.