Changeset 977a5c3


Ignore:
Timestamp:
Jan 10, 2019, 7:10:50 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
f392b88
Parents:
057ecee
Message:

[conv1d] improve comment and indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/conv1d.c

    r057ecee r977a5c3  
    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.