From: Paul Brossier Date: Tue, 29 Jan 2019 00:15:37 +0000 (+0100) Subject: [tensor] rename have_same_shape X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ada7989044e88eacb1d67b2d0bddac03cc759020;p=aubio.git [tensor] rename have_same_shape --- 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