From 1f7cb6a4bb21443e12f79c01efbf304f72bdd712 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 10 Jan 2019 19:10:50 +0100 Subject: [PATCH] [conv1d] improve comment and indentation --- src/ai/conv1d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0