[exo] Remove unused headers for Passes (#8822)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 7 Nov 2019 04:42:10 +0000 (13:42 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 7 Nov 2019 04:42:10 +0000 (13:42 +0900)
This commit removes unused 'loco/IR/Nodes.h' header from exo Passes

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/exo/src/Pass/FoldReshapeOfConstPass.cpp
compiler/exo/src/Pass/FoldTransposeOfConstPass.cpp
compiler/exo/src/Pass/FuseBiasAddPass.cpp
compiler/exo/src/Pass/FuseReluPass.cpp
compiler/exo/src/Pass/FuseRsqrtPass.cpp
compiler/exo/src/Pass/FuseSquaredDifferencePass.cpp

index d0f43d6..756a914 100644 (file)
@@ -21,7 +21,6 @@
 #include "Dialect/IR/TFLNodes.h"
 #include "Dialect/IR/TFLNodeVisitor.h"
 
-#include <loco/IR/Nodes.h>
 #include <loco/Service/ShapeInference.h>
 
 namespace
index ff03bf4..48261d2 100644 (file)
@@ -21,8 +21,6 @@
 #include "Dialect/IR/TFLNodes.h"
 #include "Dialect/IR/TFLNodeVisitor.h"
 
-#include <loco/IR/Nodes.h>
-
 // TODO remove dependency to angkor
 #include <nncc/core/ADT/tensor/IndexEnumerator.h>
 #include <nncc/core/ADT/tensor/LexicalLayout.h>
index ab4bc61..eb8ab05 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "Check.h"
 
-#include <loco/IR/Nodes.h>
 #include <loco/Service/TypeInference.h>
 #include <loco/Service/ShapeInference.h>
 
index 360eafc..d7af0c5 100644 (file)
@@ -20,8 +20,6 @@
 #include "Dialect/IR/TFLDialect.h"
 #include "Dialect/IR/TFLNodeVisitor.h"
 
-#include <loco/IR/Nodes.h>
-
 #include <set>
 
 namespace
index 5cea44d..08d7041 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "Dialect/IR/TFLNodes.h"
 
-#include <loco/IR/Nodes.h>
-
 namespace
 {