Changeset ada7989
- Timestamp:
- Dec 29, 2021, 5:52:01 PM (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/tensor.h
r1b9fe24 rada7989 143 143 \return 1 if tensors have the same size, 0 otherwise 144 144 */ 145 uint_t aubio_tensor_have_same_s ize(aubio_tensor_t *t, aubio_tensor_t *s);145 uint_t aubio_tensor_have_same_shape(aubio_tensor_t *t, aubio_tensor_t *s); 146 146 147 147 /** print the content of a tensor
Note: See TracChangeset
for help on using the changeset viewer.