[neurun] Move Op.lst to graph/operation (#2530)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 30 Aug 2018 08:12:41 +0000 (17:12 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 30 Aug 2018 08:12:41 +0000 (17:12 +0900)
Move the file Op.lst to graph/operation from internal/op.
Now we no longer have any files in internal/op.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/codegen/BackendResolver.h
runtimes/neurun/src/graph/operation/Op.lst [moved from runtimes/neurun/src/internal/op/Op.lst with 100% similarity]

index 73693c3..8023efa 100644 (file)
@@ -31,7 +31,7 @@ public:
     auto backend = _backend_manager.get(backend_all_str);             \
     _gen_map[typeid(graph::operation::InternalName::Node)] = backend; \
   }
-#include "internal/op/Op.lst"
+#include "graph/operation/Op.lst"
 #undef OP
     }
     else
@@ -45,7 +45,7 @@ public:
     _gen_map[typeid(graph::operation::InternalName::Node)] = backend;                             \
   }
 
-#include "internal/op/Op.lst"
+#include "graph/operation/Op.lst"
 #undef OP
     }
   }