Changeset e2010b3


Ignore:
Timestamp:
Jan 29, 2019, 1:15:37 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
30cb440e
Parents:
3ff9654
Message:

[tensor] rename have_same_shape

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ai/tensor.h

    r3ff9654 re2010b3  
    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.