Clean includes in NeuralNetworks.cpp (#533)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Tue, 10 Apr 2018 08:29:42 +0000 (17:29 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Tue, 10 Apr 2018 08:29:42 +0000 (17:29 +0900)
This commit cleans includes in NeuralNetworks.cpp (except NeuralNetworksOEM.h)

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
src/runtime/ref/nn/runtime/NeuralNetworks.cpp

index b9a2876..a6eab30 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "NeuralNetworks.h"
 #include "Callbacks.h"
+#if 0 // TODO-NNRT : If we consider OEM operations, it will enable.
+#include "NeuralNetworksOEM.h"
+#endif
 #include "CompilationBuilder.h"
 #include "ExecutionBuilder.h"
 #include "ModelBuilder.h"
 
 #include <memory>
 
-// TODO-NNRT Include these files once availible
-#if 0 // REF-ANN
-#include "Callbacks.h"
-#include "Manager.h"
-#include "NeuralNetworksOEM.h"
-#include "ModelBuilder.h"
-
-#include <vector>
-#endif
-
 // Make sure the constants defined in the header files have not changed values.
 // IMPORTANT: When adding new values, update kNumberOfDataTypes or kNumberOfDataTypesOEM
 // in Utils.h.