From e2010b3159bd3156226cbdc56bcae39e58d63318 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 29 Jan 2019 01:15:37 +0100 Subject: [PATCH] [tensor] rename have_same_shape --- src/ai/tensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/tensor.h b/src/ai/tensor.h index 3eae33c9..d7495259 100644 --- 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_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 -- 2.11.0