[tensor] rename have_same_shape
authorPaul Brossier <piem@piem.org>
Tue, 29 Jan 2019 00:15:37 +0000 (01:15 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 29 Dec 2021 16:52:01 +0000 (11:52 -0500)
src/ai/tensor.h

index 3eae33c..d749525 100644 (file)
@@ -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_size(aubio_tensor_t *t, aubio_tensor_t *s);
+uint_t aubio_tensor_have_same_shape(aubio_tensor_t *t, aubio_tensor_t *s);
 
 /** print the content of a tensor