projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9fe24
)
[tensor] rename have_same_shape
author
Paul Brossier
<piem@piem.org>
Tue, 29 Jan 2019 00:15:37 +0000
(
01:15
+0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 29 Dec 2021 16:52:01 +0000
(11:52 -0500)
src/ai/tensor.h
patch
|
blob
|
history
diff --git
a/src/ai/tensor.h
b/src/ai/tensor.h
index
3eae33c
..
d749525
100644
(file)
--- a/
src/ai/tensor.h
+++ b/
src/ai/tensor.h
@@
-142,7
+142,7
@@
smpl_t aubio_tensor_max(aubio_tensor_t *t);
\return 1 if tensors have the same size, 0 otherwise
*/
-uint_t aubio_tensor_have_same_s
iz
e(aubio_tensor_t *t, aubio_tensor_t *s);
+uint_t aubio_tensor_have_same_s
hap
e(aubio_tensor_t *t, aubio_tensor_t *s);
/** print the content of a tensor