Changeset 1f7cb6a for src/ai/conv1d.c


Ignore:
Timestamp:
Dec 29, 2021, 5:51:57 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
72d4e42
Parents:
dd4e5d5
git-author:
Paul Brossier <piem@piem.org> (01/10/19 19:10:50)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:51:57)
Message:

[conv1d] improve comment and indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/conv1d.c

    rdd4e5d5 r1f7cb6a  
    4343  aubio_tensor_t *kernel;
    4444  fvec_t *bias;
    45   uint_t output_shape[2];     // shape of output
    46   uint_t padding_start;    // {top, left} padding
     45  uint_t output_shape[2];  // shape of output
     46  uint_t padding_start;    // left padding
    4747
    4848#if defined(HAVE_BLAS)
Note: See TracChangeset for help on using the changeset viewer.