comparison framework/Document.h @ 616:7d3a6357ce64 avoid-pointer-keys

Use model IDs
author Chris Cannam
date Mon, 13 Aug 2018 16:45:52 +0100
parents 021d42e6c8cb
children 163573a73ebe
comparison
equal deleted inserted replaced
615:755fc02a1565 616:7d3a6357ce64
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"