comparison framework/Document.h @ 618:636a5908cf81 import-audio-data

Merge from default branch
author Chris Cannam
date Tue, 04 Sep 2018 13:19:43 +0100
parents 7d3a6357ce64
children 163573a73ebe
comparison
equal deleted inserted replaced
604:6cdf2afebfd7 618:636a5908cf81
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _DOCUMENT_H_ 16 #ifndef SV_DOCUMENT_H
17 #define _DOCUMENT_H_ 17 #define SV_DOCUMENT_H
18 18
19 #include "layer/LayerFactory.h" 19 #include "layer/LayerFactory.h"
20 #include "transform/Transform.h" 20 #include "transform/Transform.h"
21 #include "transform/ModelTransformer.h" 21 #include "transform/ModelTransformer.h"
22 #include "transform/FeatureExtractionModelTransformer.h" 22 #include "transform/FeatureExtractionModelTransformer.h"