projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60514b
)
[conv2d] specify length of array in new_ prototype
author
Paul Brossier
<piem@piem.org>
Tue, 29 Jan 2019 02:01:36 +0000
(
03:01
+0100)
committer
Paul Brossier
<piem@piem.org>
Tue, 29 Jan 2019 02:01:36 +0000
(
03:01
+0100)
src/ai/conv2d.c
patch
|
blob
|
history
diff --git
a/src/ai/conv2d.c
b/src/ai/conv2d.c
index
0f1c1f1
..
3cecb13
100644
(file)
--- a/
src/ai/conv2d.c
+++ b/
src/ai/conv2d.c
@@
-51,7
+51,7
@@
struct _aubio_conv2d_t {
static void aubio_conv2d_debug(aubio_conv2d_t *c, aubio_tensor_t *input_tensor);
-aubio_conv2d_t *new_aubio_conv2d(uint_t n_filters, uint_t
*kernel_shape
)
+aubio_conv2d_t *new_aubio_conv2d(uint_t n_filters, uint_t
kernel_shape[2]
)
{
aubio_conv2d_t *c = AUBIO_NEW(aubio_conv2d_t);