Changeset ada7989


Ignore:
Timestamp:
Dec 29, 2021, 5:52:01 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
53849b0
Parents:
1b9fe24
git-author:
Paul Brossier <piem@piem.org> (01/29/19 01:15:37)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:52:01)
Message:

[tensor] rename have_same_shape

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/tensor.h

    r1b9fe24 rada7989  
    143143  \return 1 if tensors have the same size, 0 otherwise
    144144*/
    145 uint_t aubio_tensor_have_same_size(aubio_tensor_t *t, aubio_tensor_t *s);
     145uint_t aubio_tensor_have_same_shape(aubio_tensor_t *t, aubio_tensor_t *s);
    146146
    147147/** print the content of a tensor
Note: See TracChangeset for help on using the changeset viewer.