[moco/tf] Add ClearAnnotTransform items (#4186)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 10 Jul 2019 22:36:12 +0000 (07:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 10 Jul 2019 22:36:12 +0000 (07:36 +0900)
This will add PadData and StrideData to ClearAnnotTransform transform

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/moco-tf/src/Transforms/ClearAnnotTransform.cpp

index 98f7766..37873cb 100644 (file)
 #include "ClearAnnotTransform.h"
 
 #include "Annotations/ConcatData.h"
+#include "Annotations/PadData.h"
 #include "Annotations/PaddingData.h"
 #include "Annotations/ShapeInferenceData.h"
+#include "Annotations/StrideData.h"
 
 #include <loco.h>
 
@@ -41,8 +43,10 @@ bool ClearAnnotTransform::run(loco::Graph *graph)
       }                                           \
     }
 MOCOANNOT(ConcatData)
+MOCOANNOT(PadData)
 MOCOANNOT(PaddingData)
 MOCOANNOT(ShapeInferenceData)
+MOCOANNOT(StrideData)
     // TODO add more annotation(s) to clear when defined
 #undef MOCOANNOT
     // clang-format on