Changeset aa5cc08
- Timestamp:
- Jan 7, 2019, 10:13:03 PM (6 years ago)
- Branches:
- feature/cnn_org, feature/crepe_org
- Children:
- 71655fee
- Parents:
- fb3a9f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ai/tensor.c
rfb3a9f5 raa5cc08 1 /* 2 Copyright (C) 2018 Paul Brossier <piem@aubio.org> 3 4 This file is part of aubio. 5 6 aubio is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 aubio is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with aubio. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 #include "aubio_priv.h" 2 22 #include "fmat.h"
Note: See TracChangeset
for help on using the changeset viewer.