From: 채성우/On-Device Lab(SR)/Engineer/삼성전자 Date: Mon, 16 Sep 2019 06:52:18 +0000 (+0900) Subject: [moco-tf] Replace Pad.h with Padding2D.h (#7438) X-Git-Tag: accepted/tizen/unified/20190918.102349~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=885ac6f2422c0ac6950422cfbf18c67d3ab1b0f5;p=platform%2Fcore%2Fml%2Fnnfw.git [moco-tf] Replace Pad.h with Padding2D.h (#7438) This commit replaces Pad.h with Padding2D.h in moco-tf. Signed-off-by: seongwoo --- diff --git a/compiler/moco-tf/src/IR/TFConv2D.h b/compiler/moco-tf/src/IR/TFConv2D.h index d16ea28..ec40c96 100644 --- a/compiler/moco-tf/src/IR/TFConv2D.h +++ b/compiler/moco-tf/src/IR/TFConv2D.h @@ -20,7 +20,7 @@ #include "Dialect/TFNodeDecl.h" #include -#include +#include #include #include diff --git a/compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h b/compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h index 5c42e3d..9ffc792 100644 --- a/compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h +++ b/compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h @@ -22,7 +22,7 @@ #include "Convert.h" #include -#include +#include #include #include