[moco-tf] Remove unused IR headers (#8541)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 28 Oct 2019 09:39:18 +0000 (18:39 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 28 Oct 2019 09:39:18 +0000 (18:39 +0900)
This will remove not used anymore IR headers that only redirects to moco IR

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
28 files changed:
compiler/moco-tf/src/IR/TFAdd.h [deleted file]
compiler/moco-tf/src/IR/TFAvgPool.h [deleted file]
compiler/moco-tf/src/IR/TFBiasAdd.h [deleted file]
compiler/moco-tf/src/IR/TFConcatV2.h [deleted file]
compiler/moco-tf/src/IR/TFConst.h [deleted file]
compiler/moco-tf/src/IR/TFConv2D.h [deleted file]
compiler/moco-tf/src/IR/TFConv2DBackpropInput.h [deleted file]
compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h [deleted file]
compiler/moco-tf/src/IR/TFFusedBatchNorm.h [deleted file]
compiler/moco-tf/src/IR/TFIdentity.h [deleted file]
compiler/moco-tf/src/IR/TFMaxPool.h [deleted file]
compiler/moco-tf/src/IR/TFMean.h [deleted file]
compiler/moco-tf/src/IR/TFMul.h [deleted file]
compiler/moco-tf/src/IR/TFPad.h [deleted file]
compiler/moco-tf/src/IR/TFPlaceholder.h [deleted file]
compiler/moco-tf/src/IR/TFRealDiv.h [deleted file]
compiler/moco-tf/src/IR/TFRelu.h [deleted file]
compiler/moco-tf/src/IR/TFRelu6.h [deleted file]
compiler/moco-tf/src/IR/TFReshape.h [deleted file]
compiler/moco-tf/src/IR/TFRsqrt.h [deleted file]
compiler/moco-tf/src/IR/TFShape.h [deleted file]
compiler/moco-tf/src/IR/TFSoftmax.h [deleted file]
compiler/moco-tf/src/IR/TFSqrt.h [deleted file]
compiler/moco-tf/src/IR/TFSquaredDifference.h [deleted file]
compiler/moco-tf/src/IR/TFSqueeze.h [deleted file]
compiler/moco-tf/src/IR/TFStopGradient.h [deleted file]
compiler/moco-tf/src/IR/TFSub.h [deleted file]
compiler/moco-tf/src/IR/TFTanh.h [deleted file]

diff --git a/compiler/moco-tf/src/IR/TFAdd.h b/compiler/moco-tf/src/IR/TFAdd.h
deleted file mode 100644 (file)
index 3adac60..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFADD_H__
-#define __MOCO_TF_IR_TFADD_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include "moco/IR/Nodes/TFAdd.h"
-
-namespace moco
-{
-namespace tf
-{
-
-using TFAdd = ::moco::TFAdd;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFADD_H__
diff --git a/compiler/moco-tf/src/IR/TFAvgPool.h b/compiler/moco-tf/src/IR/TFAvgPool.h
deleted file mode 100644 (file)
index 4feacab..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFAVGPOOL_H__
-#define __MOCO_TF_IR_TFAVGPOOL_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFAvgPool.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFAvgPool = ::moco::TFAvgPool;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFAVGPOOL_H__
diff --git a/compiler/moco-tf/src/IR/TFBiasAdd.h b/compiler/moco-tf/src/IR/TFBiasAdd.h
deleted file mode 100644 (file)
index 8020759..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFBIASADD_H__
-#define __MOCO_TF_IR_TFBIASADD_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFBiasAdd.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFBiasAdd = ::moco::TFBiasAdd;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFBIASADD_H__
diff --git a/compiler/moco-tf/src/IR/TFConcatV2.h b/compiler/moco-tf/src/IR/TFConcatV2.h
deleted file mode 100644 (file)
index aaa8ed9..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFCONCATV2_H__
-#define __MOCO_TF_IR_TFCONCATV2_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFConcatV2.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFConcatV2 = ::moco::TFConcatV2;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFCONCATV2_H__
diff --git a/compiler/moco-tf/src/IR/TFConst.h b/compiler/moco-tf/src/IR/TFConst.h
deleted file mode 100644 (file)
index 6d25dae..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFCONSTANT_H__
-#define __MOCO_TF_IR_TFCONSTANT_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFConst.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFConst = ::moco::TFConst;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFCONSTANT_H__
diff --git a/compiler/moco-tf/src/IR/TFConv2D.h b/compiler/moco-tf/src/IR/TFConv2D.h
deleted file mode 100644 (file)
index 1504817..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFCONV2D_H__
-#define __MOCO_TF_IR_TFCONV2D_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFConv2D.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFConv2D = ::moco::TFConv2D;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFCONV2D_H__
diff --git a/compiler/moco-tf/src/IR/TFConv2DBackpropInput.h b/compiler/moco-tf/src/IR/TFConv2DBackpropInput.h
deleted file mode 100644 (file)
index 91dac00..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFCONV2DBACKPROPINPUT_H__
-#define __MOCO_TF_IR_TFCONV2DBACKPROPINPUT_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFConv2DBackpropInput.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFConv2DBackpropInput = ::moco::TFConv2DBackpropInput;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFCONV2DBACKPROPINPUT_H__
diff --git a/compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h b/compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h
deleted file mode 100644 (file)
index d08796b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFDEPTHWISECONV2DNATIVE_H__
-#define __MOCO_TF_IR_TFDEPTHWISECONV2DNATIVE_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include "Convert.h"
-
-#include <moco/IR/Nodes/TFDepthwiseConv2dNative.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFDepthwiseConv2dNative = ::moco::TFDepthwiseConv2dNative;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFDEPTHWISECONV2DNATIVE_H__
diff --git a/compiler/moco-tf/src/IR/TFFusedBatchNorm.h b/compiler/moco-tf/src/IR/TFFusedBatchNorm.h
deleted file mode 100644 (file)
index 13c24d8..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFFUSEDBATCHNORM_H__
-#define __MOCO_TF_IR_TFFUSEDBATCHNORM_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFFusedBatchNorm.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFFusedBatchNorm = ::moco::TFFusedBatchNorm;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFFUSEDBATCHNORM_H__
diff --git a/compiler/moco-tf/src/IR/TFIdentity.h b/compiler/moco-tf/src/IR/TFIdentity.h
deleted file mode 100644 (file)
index ab5f2b1..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFIDENTITY_H__
-#define __MOCO_TF_IR_TFIDENTITY_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFIdentity.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFIdentity = ::moco::TFIdentity;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFIDENTITY_H__
diff --git a/compiler/moco-tf/src/IR/TFMaxPool.h b/compiler/moco-tf/src/IR/TFMaxPool.h
deleted file mode 100644 (file)
index d8486c4..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFMAXPOOL_H__
-#define __MOCO_TF_IR_TFMAXPOOL_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFMaxPool.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFMaxPool = ::moco::TFMaxPool;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFMAXPOOL_H__
diff --git a/compiler/moco-tf/src/IR/TFMean.h b/compiler/moco-tf/src/IR/TFMean.h
deleted file mode 100644 (file)
index 8f6fa3b..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFMEAN_H__
-#define __MOCO_TF_IR_TFMEAN_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFMean.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFMean = ::moco::TFMean;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFMEAN_H__
diff --git a/compiler/moco-tf/src/IR/TFMul.h b/compiler/moco-tf/src/IR/TFMul.h
deleted file mode 100644 (file)
index 144018c..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFMUL_H__
-#define __MOCO_TF_IR_TFMUL_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFMul.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFMul = ::moco::TFMul;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFMUL_H__
diff --git a/compiler/moco-tf/src/IR/TFPad.h b/compiler/moco-tf/src/IR/TFPad.h
deleted file mode 100644 (file)
index 34f2dc6..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFPAD_H__
-#define __MOCO_TF_IR_TFPAD_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFPad.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFPad = ::moco::TFPad;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFPAD_H__
diff --git a/compiler/moco-tf/src/IR/TFPlaceholder.h b/compiler/moco-tf/src/IR/TFPlaceholder.h
deleted file mode 100644 (file)
index 8ddf294..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFPLACEHOLDER_H__
-#define __MOCO_TF_IR_TFPLACEHOLDER_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFPlaceholder.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFPlaceholder = ::moco::TFPlaceholder;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFPLACEHOLDER_H__
diff --git a/compiler/moco-tf/src/IR/TFRealDiv.h b/compiler/moco-tf/src/IR/TFRealDiv.h
deleted file mode 100644 (file)
index 00d323d..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFREALDIV_H__
-#define __MOCO_TF_IR_TFREALDIV_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFRealDiv.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFRealDiv = ::moco::TFRealDiv;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFREALDIV_H__
diff --git a/compiler/moco-tf/src/IR/TFRelu.h b/compiler/moco-tf/src/IR/TFRelu.h
deleted file mode 100644 (file)
index b4d2df4..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFRELU_H__
-#define __MOCO_TF_IR_TFRELU_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFRelu.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFRelu = ::moco::TFRelu;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFRELU_H__
diff --git a/compiler/moco-tf/src/IR/TFRelu6.h b/compiler/moco-tf/src/IR/TFRelu6.h
deleted file mode 100644 (file)
index 882f154..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFRELU6_H__
-#define __MOCO_TF_IR_TFRELU6_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFRelu6.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFRelu6 = ::moco::TFRelu6;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFRELU6_H__
diff --git a/compiler/moco-tf/src/IR/TFReshape.h b/compiler/moco-tf/src/IR/TFReshape.h
deleted file mode 100644 (file)
index 002d6c5..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFRESHAPE_H__
-#define __MOCO_TF_IR_TFRESHAPE_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFReshape.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFReshape = ::moco::TFReshape;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFRESHAPE_H__
diff --git a/compiler/moco-tf/src/IR/TFRsqrt.h b/compiler/moco-tf/src/IR/TFRsqrt.h
deleted file mode 100644 (file)
index b4d7491..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFRSQRT_H__
-#define __MOCO_TF_IR_TFRSQRT_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFRsqrt.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFRsqrt = ::moco::TFRsqrt;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFRSQRT_H__
diff --git a/compiler/moco-tf/src/IR/TFShape.h b/compiler/moco-tf/src/IR/TFShape.h
deleted file mode 100644 (file)
index 9056b13..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFSHAPE_H__
-#define __MOCO_TF_IR_TFSHAPE_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFShape.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFShape = ::moco::TFShape;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFSHAPE_H__
diff --git a/compiler/moco-tf/src/IR/TFSoftmax.h b/compiler/moco-tf/src/IR/TFSoftmax.h
deleted file mode 100644 (file)
index ff8c43b..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFSOFTMAX_H__
-#define __MOCO_TF_IR_TFSOFTMAX_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFSoftmax.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFSoftmax = ::moco::TFSoftmax;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFSOFTMAX_H__
diff --git a/compiler/moco-tf/src/IR/TFSqrt.h b/compiler/moco-tf/src/IR/TFSqrt.h
deleted file mode 100644 (file)
index 9af5cb4..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFSQRT_H__
-#define __MOCO_TF_IR_TFSQRT_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFSqrt.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFSqrt = ::moco::TFSqrt;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFSQRT_H__
diff --git a/compiler/moco-tf/src/IR/TFSquaredDifference.h b/compiler/moco-tf/src/IR/TFSquaredDifference.h
deleted file mode 100644 (file)
index d65e398..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFSQUAREDDIFFERENCE_H__
-#define __MOCO_TF_IR_TFSQUAREDDIFFERENCE_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFSquaredDifference.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFSquaredDifference = ::moco::TFSquaredDifference;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFSQUAREDDIFFERENCE_H__
diff --git a/compiler/moco-tf/src/IR/TFSqueeze.h b/compiler/moco-tf/src/IR/TFSqueeze.h
deleted file mode 100644 (file)
index 60e1382..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFSQUEEZE_H__
-#define __MOCO_TF_IR_TFSQUEEZE_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFSqueeze.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFSqueeze = ::moco::TFSqueeze;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFSQUEEZE_H__
diff --git a/compiler/moco-tf/src/IR/TFStopGradient.h b/compiler/moco-tf/src/IR/TFStopGradient.h
deleted file mode 100644 (file)
index 4a5f8dc..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFSTOPGRADIENT_H__
-#define __MOCO_TF_IR_TFSTOPGRADIENT_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFStopGradient.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFStopGradient = ::moco::TFStopGradient;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFSTOPGRADIENT_H__
diff --git a/compiler/moco-tf/src/IR/TFSub.h b/compiler/moco-tf/src/IR/TFSub.h
deleted file mode 100644 (file)
index c3bb224..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFSUB_H__
-#define __MOCO_TF_IR_TFSUB_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFSub.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFSub = ::moco::TFSub;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFSUB_H__
diff --git a/compiler/moco-tf/src/IR/TFTanh.h b/compiler/moco-tf/src/IR/TFTanh.h
deleted file mode 100644 (file)
index 767b6c6..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __MOCO_TF_IR_TFTANH_H__
-#define __MOCO_TF_IR_TFTANH_H__
-
-#include "Dialect/TFNodeDecl.h"
-
-#include <moco/IR/Nodes/TFTanh.h>
-
-namespace moco
-{
-namespace tf
-{
-
-using TFTanh = ::moco::TFTanh;
-
-} // namespace tf
-} // namespace moco
-
-#endif // __MOCO_TF_IR_TFTANH_H__