From: Paul Brossier Date: Thu, 10 Jan 2019 18:10:50 +0000 (+0100) Subject: [conv1d] improve comment and indentation X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=977a5c3e67ec27020421b1fa47f9330ccaf0e060;p=aubio.git [conv1d] improve comment and indentation --- diff --git a/src/ai/conv1d.c b/src/ai/conv1d.c index a7ce3f50..474009eb 100644 --- a/src/ai/conv1d.c +++ b/src/ai/conv1d.c @@ -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;