[conv1d] improve comment and indentation
authorPaul Brossier <piem@piem.org>
Thu, 10 Jan 2019 18:10:50 +0000 (19:10 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 10 Jan 2019 18:10:50 +0000 (19:10 +0100)
src/ai/conv1d.c

index a7ce3f5..474009e 100644 (file)
@@ -42,8 +42,8 @@ struct _aubio_conv1d_t {
   // these will be set after calling get_output_shape
   aubio_tensor_t *kernel;
   fvec_t *bias;
-  uint_t output_shape[2];     // shape of output
-  uint_t padding_start;    // {top, left} padding
+  uint_t output_shape[2];  // shape of output
+  uint_t padding_start;    // left padding
 
 #if defined(HAVE_BLAS)
   aubio_tensor_t *padded_input;