projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd4e5d5
)
[conv1d] improve comment and indentation
author
Paul Brossier
<piem@piem.org>
Thu, 10 Jan 2019 18:10:50 +0000
(19:10 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 29 Dec 2021 16:51:57 +0000
(11:51 -0500)
src/ai/conv1d.c
patch
|
blob
|
history
diff --git
a/src/ai/conv1d.c
b/src/ai/conv1d.c
index
a7ce3f5
..
474009e
100644
(file)
--- 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;