- Timestamp:
- Jan 29, 2019, 1:15:37 AM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 30cb440e
- Parents:
- 3ff9654
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/tensor.h
r3ff9654 re2010b3 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.