summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>2019-09-16 12:26:53 +0900
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>2019-09-16 12:26:53 +0900
commit765171b39a23cba3b936f9cb772b7ceeb86372e8 (patch)
treed0ec983db0a672fddd19b3fd1e8cfb58f35bf31f
parent1f391ccd1b27760c68deef1902531d470dadb77e (diff)
downloadnnfw-765171b39a23cba3b936f9cb772b7ceeb86372e8.tar.gz
nnfw-765171b39a23cba3b936f9cb772b7ceeb86372e8.tar.bz2
nnfw-765171b39a23cba3b936f9cb772b7ceeb86372e8.zip
[loco] Replace Pad.h with Padding2D.h (#7440)
This commit replaces Pad.h with Padding2D.h in loco. Related: #7357 Signed-off-by: seongwoo <sw4670.chae@samsung.com>
-rw-r--r--compiler/loco/include/loco/IR/Nodes.h2
-rw-r--r--compiler/loco/src/IR/Pad.test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/loco/include/loco/IR/Nodes.h b/compiler/loco/include/loco/IR/Nodes.h
index d8a580a4b..316b263b8 100644
--- a/compiler/loco/include/loco/IR/Nodes.h
+++ b/compiler/loco/include/loco/IR/Nodes.h
@@ -25,7 +25,7 @@
#include "loco/IR/Dimension.h"
#include "loco/IR/Window.h"
#include "loco/IR/Stride.h"
-#include "loco/IR/Pad.h"
+#include "loco/IR/Padding2D.h"
#include "loco/IR/TensorAxis.h"
#include "loco/IR/FeatureCodec.h"
#include "loco/IR/FilterCodec.h"
diff --git a/compiler/loco/src/IR/Pad.test.cpp b/compiler/loco/src/IR/Pad.test.cpp
index 6ce64ed03..2e3d4af87 100644
--- a/compiler/loco/src/IR/Pad.test.cpp
+++ b/compiler/loco/src/IR/Pad.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "loco/IR/Pad.h"
+#include "loco/IR/Padding2D.h"
#include <gtest/gtest.h>