Changeset b6097ac for src/ai/conv2d.h


Ignore:
Timestamp:
Dec 29, 2021, 5:51:48 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe
Children:
337e70d
Parents:
bee3d52
git-author:
Paul Brossier <piem@piem.org> (01/08/19 15:12:35)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:51:48)
Message:

[conv2d] set_stride accepts int[]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/conv2d.h

    rbee3d52 rb6097ac  
    5252/** set conv2d stride */
    5353uint_t aubio_conv2d_set_stride(aubio_conv2d_t *c,
    54     uint_t stride1, uint_t stride2);
     54    uint_t stride[2]);
    5555
    5656uint_t *aubio_conv2d_get_stride(aubio_conv2d_t* t);
Note: See TracChangeset for help on using the changeset viewer.