- Timestamp:
- Jan 29, 2019, 3:31:38 AM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 7048b56
- Parents:
- 9498c88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/tensor.c
r9498c88 rd9a5466 94 94 o->length = c->size / c->shape[0]; 95 95 o->data = c->data; 96 // o was allocated on the stack, data[1] may be NULL 97 AUBIO_WRN("aubio_tensor_as_fmat will not create a usable table of rows\n"); 96 98 return AUBIO_OK; 97 99 }
Note: See TracChangeset
for help on using the changeset viewer.