From 1c3f33a8b8cda4b5f9771d0f9db92960840c4a1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=84=B8=ED=9D=AC/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 28 Oct 2019 18:03:20 +0900 Subject: [PATCH] [moco-tf] Remove unused GraphBuilder redirect headers (#8534) This will remove not used anymore GraphBuilder redirect header files Signed-off-by: SaeHie Park --- compiler/moco-tf/src/Op/Add.h | 32 ----------------------- compiler/moco-tf/src/Op/AvgPool.h | 34 ------------------------- compiler/moco-tf/src/Op/BiasAdd.h | 34 ------------------------- compiler/moco-tf/src/Op/Concat.h | 34 ------------------------- compiler/moco-tf/src/Op/Const.h | 34 ------------------------- compiler/moco-tf/src/Op/Conv2D.h | 34 ------------------------- compiler/moco-tf/src/Op/Conv2DBackpropInput.h | 34 ------------------------- compiler/moco-tf/src/Op/DepthwiseConv2dNative.h | 34 ------------------------- compiler/moco-tf/src/Op/FusedBatchNorm.h | 34 ------------------------- compiler/moco-tf/src/Op/Identity.h | 34 ------------------------- compiler/moco-tf/src/Op/MaxPool.h | 34 ------------------------- compiler/moco-tf/src/Op/Mean.h | 34 ------------------------- compiler/moco-tf/src/Op/Mul.h | 34 ------------------------- compiler/moco-tf/src/Op/Pad.h | 34 ------------------------- compiler/moco-tf/src/Op/Placeholder.h | 34 ------------------------- compiler/moco-tf/src/Op/RealDiv.h | 34 ------------------------- compiler/moco-tf/src/Op/Relu.h | 34 ------------------------- compiler/moco-tf/src/Op/Relu6.h | 34 ------------------------- compiler/moco-tf/src/Op/Reshape.h | 34 ------------------------- compiler/moco-tf/src/Op/Rsqrt.h | 34 ------------------------- compiler/moco-tf/src/Op/Shape.h | 34 ------------------------- compiler/moco-tf/src/Op/Softmax.h | 34 ------------------------- compiler/moco-tf/src/Op/Sqrt.h | 34 ------------------------- compiler/moco-tf/src/Op/SquaredDifference.h | 34 ------------------------- compiler/moco-tf/src/Op/Squeeze.h | 34 ------------------------- compiler/moco-tf/src/Op/StopGradient.h | 34 ------------------------- compiler/moco-tf/src/Op/Sub.h | 34 ------------------------- compiler/moco-tf/src/Op/Tanh.h | 34 ------------------------- 28 files changed, 950 deletions(-) delete mode 100644 compiler/moco-tf/src/Op/Add.h delete mode 100644 compiler/moco-tf/src/Op/AvgPool.h delete mode 100644 compiler/moco-tf/src/Op/BiasAdd.h delete mode 100644 compiler/moco-tf/src/Op/Concat.h delete mode 100644 compiler/moco-tf/src/Op/Const.h delete mode 100644 compiler/moco-tf/src/Op/Conv2D.h delete mode 100644 compiler/moco-tf/src/Op/Conv2DBackpropInput.h delete mode 100644 compiler/moco-tf/src/Op/DepthwiseConv2dNative.h delete mode 100644 compiler/moco-tf/src/Op/FusedBatchNorm.h delete mode 100644 compiler/moco-tf/src/Op/Identity.h delete mode 100644 compiler/moco-tf/src/Op/MaxPool.h delete mode 100644 compiler/moco-tf/src/Op/Mean.h delete mode 100644 compiler/moco-tf/src/Op/Mul.h delete mode 100644 compiler/moco-tf/src/Op/Pad.h delete mode 100644 compiler/moco-tf/src/Op/Placeholder.h delete mode 100644 compiler/moco-tf/src/Op/RealDiv.h delete mode 100644 compiler/moco-tf/src/Op/Relu.h delete mode 100644 compiler/moco-tf/src/Op/Relu6.h delete mode 100644 compiler/moco-tf/src/Op/Reshape.h delete mode 100644 compiler/moco-tf/src/Op/Rsqrt.h delete mode 100644 compiler/moco-tf/src/Op/Shape.h delete mode 100644 compiler/moco-tf/src/Op/Softmax.h delete mode 100644 compiler/moco-tf/src/Op/Sqrt.h delete mode 100644 compiler/moco-tf/src/Op/SquaredDifference.h delete mode 100644 compiler/moco-tf/src/Op/Squeeze.h delete mode 100644 compiler/moco-tf/src/Op/StopGradient.h delete mode 100644 compiler/moco-tf/src/Op/Sub.h delete mode 100644 compiler/moco-tf/src/Op/Tanh.h diff --git a/compiler/moco-tf/src/Op/Add.h b/compiler/moco-tf/src/Op/Add.h deleted file mode 100644 index 77e1c8f..0000000 --- a/compiler/moco-tf/src/Op/Add.h +++ /dev/null @@ -1,32 +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 __OP_ADD_H__ -#define __OP_ADD_H__ - -#include - -namespace moco -{ -namespace tf -{ - -using AddGraphBuilder = ::moco::AddGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_ADD_H__ diff --git a/compiler/moco-tf/src/Op/AvgPool.h b/compiler/moco-tf/src/Op/AvgPool.h deleted file mode 100644 index 656be47..0000000 --- a/compiler/moco-tf/src/Op/AvgPool.h +++ /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 __OP_AVG_POOL_H__ -#define __OP_AVG_POOL_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using AvgPoolGraphBuilder = ::moco::AvgPoolGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_AVG_POOL2D_H__ diff --git a/compiler/moco-tf/src/Op/BiasAdd.h b/compiler/moco-tf/src/Op/BiasAdd.h deleted file mode 100644 index 2aba97f..0000000 --- a/compiler/moco-tf/src/Op/BiasAdd.h +++ /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 __OP_BIAS_ADD_H__ -#define __OP_BIAS_ADD_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using BiasAddGraphBuilder = ::moco::BiasAddGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_BIAS_ADD_H__ diff --git a/compiler/moco-tf/src/Op/Concat.h b/compiler/moco-tf/src/Op/Concat.h deleted file mode 100644 index fa5f503..0000000 --- a/compiler/moco-tf/src/Op/Concat.h +++ /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 __OP_CONCAT_H__ -#define __OP_CONCAT_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using ConcatV2GraphBuilder = ::moco::ConcatV2GraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_CONCAT_H__ diff --git a/compiler/moco-tf/src/Op/Const.h b/compiler/moco-tf/src/Op/Const.h deleted file mode 100644 index eedcdcb..0000000 --- a/compiler/moco-tf/src/Op/Const.h +++ /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 __OP_CONST_H__ -#define __OP_CONST_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using ConstGraphBuilder = ::moco::ConstGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_CONST_H__ diff --git a/compiler/moco-tf/src/Op/Conv2D.h b/compiler/moco-tf/src/Op/Conv2D.h deleted file mode 100644 index a5f1559..0000000 --- a/compiler/moco-tf/src/Op/Conv2D.h +++ /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 __OP_CONV_2D_H__ -#define __OP_CONV_2D_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using Conv2DGraphBuilder = ::moco::Conv2DGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_CONV_2D_H__ diff --git a/compiler/moco-tf/src/Op/Conv2DBackpropInput.h b/compiler/moco-tf/src/Op/Conv2DBackpropInput.h deleted file mode 100644 index d471b31..0000000 --- a/compiler/moco-tf/src/Op/Conv2DBackpropInput.h +++ /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 __OP_CONV_2D_BACKPROP_INPUT_H__ -#define __OP_CONV_2D_BACKPROP_INPUT_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using Conv2DBackpropInputGraphBuilder = ::moco::Conv2DBackpropInputGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_CONV_2D_BACKPROP_INPUT_H__ diff --git a/compiler/moco-tf/src/Op/DepthwiseConv2dNative.h b/compiler/moco-tf/src/Op/DepthwiseConv2dNative.h deleted file mode 100644 index 522596b..0000000 --- a/compiler/moco-tf/src/Op/DepthwiseConv2dNative.h +++ /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 __OP_DEPTHWISE_CONV_2D_NATIVE_H__ -#define __OP_DEPTHWISE_CONV_2D_NATIVE_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using DepthwiseConv2dNativeGraphBuilder = ::moco::DepthwiseConv2dNativeGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_DEPTHWISE_CONV_2D_NATIVE_H__ diff --git a/compiler/moco-tf/src/Op/FusedBatchNorm.h b/compiler/moco-tf/src/Op/FusedBatchNorm.h deleted file mode 100644 index 3350f8c..0000000 --- a/compiler/moco-tf/src/Op/FusedBatchNorm.h +++ /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 __OP_FUSED_BATCH_NORM_H__ -#define __OP_FUSED_BATCH_NORM_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using FusedBatchNormGraphBuilder = ::moco::FusedBatchNormGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_FUSED_BATCH_NORM_H__ diff --git a/compiler/moco-tf/src/Op/Identity.h b/compiler/moco-tf/src/Op/Identity.h deleted file mode 100644 index 6bc918d..0000000 --- a/compiler/moco-tf/src/Op/Identity.h +++ /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 __OP_IDENTITY_H__ -#define __OP_IDENTITY_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using IdentityGraphBuilder = ::moco::IdentityGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_IDENTITY_H__ diff --git a/compiler/moco-tf/src/Op/MaxPool.h b/compiler/moco-tf/src/Op/MaxPool.h deleted file mode 100644 index 4c90506..0000000 --- a/compiler/moco-tf/src/Op/MaxPool.h +++ /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 __OP_MAX_POOL_H__ -#define __OP_MAX_POOL_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using MaxPoolGraphBuilder = ::moco::MaxPoolGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_MAX_POOL_H__ diff --git a/compiler/moco-tf/src/Op/Mean.h b/compiler/moco-tf/src/Op/Mean.h deleted file mode 100644 index 8f1c045..0000000 --- a/compiler/moco-tf/src/Op/Mean.h +++ /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 __OP_MEAN_H__ -#define __OP_MEAN_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using MeanGraphBuilder = ::moco::MeanGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_MEAN_H__ diff --git a/compiler/moco-tf/src/Op/Mul.h b/compiler/moco-tf/src/Op/Mul.h deleted file mode 100644 index f8f0869..0000000 --- a/compiler/moco-tf/src/Op/Mul.h +++ /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 __OP_MUL_H__ -#define __OP_MUL_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using MulGraphBuilder = ::moco::MulGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_MUL_H__ diff --git a/compiler/moco-tf/src/Op/Pad.h b/compiler/moco-tf/src/Op/Pad.h deleted file mode 100644 index e3a76ea..0000000 --- a/compiler/moco-tf/src/Op/Pad.h +++ /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 __OP_PAD_H__ -#define __OP_PAD_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using PadGraphBuilder = ::moco::PadGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_PAD_H__ diff --git a/compiler/moco-tf/src/Op/Placeholder.h b/compiler/moco-tf/src/Op/Placeholder.h deleted file mode 100644 index 5c7d743..0000000 --- a/compiler/moco-tf/src/Op/Placeholder.h +++ /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 __OP_PLACEHOLDER_H__ -#define __OP_PLACEHOLDER_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using PlaceholderGraphBuilder = ::moco::PlaceholderGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_PLACEHOLDER_H__ diff --git a/compiler/moco-tf/src/Op/RealDiv.h b/compiler/moco-tf/src/Op/RealDiv.h deleted file mode 100644 index d167606..0000000 --- a/compiler/moco-tf/src/Op/RealDiv.h +++ /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 __OP_REALDIV_H__ -#define __OP_REALDIV_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using RealDivGraphBuilder = ::moco::RealDivGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_REALDIV_H__ diff --git a/compiler/moco-tf/src/Op/Relu.h b/compiler/moco-tf/src/Op/Relu.h deleted file mode 100644 index e1acb5a..0000000 --- a/compiler/moco-tf/src/Op/Relu.h +++ /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 __OP_RELU_H__ -#define __OP_RELU_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using ReluGraphBuilder = ::moco::ReluGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_RELU_H__ diff --git a/compiler/moco-tf/src/Op/Relu6.h b/compiler/moco-tf/src/Op/Relu6.h deleted file mode 100644 index 477aec3..0000000 --- a/compiler/moco-tf/src/Op/Relu6.h +++ /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 __OP_RELU6_H__ -#define __OP_RELU6_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using Relu6GraphBuilder = ::moco::Relu6GraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_RELU6_H__ diff --git a/compiler/moco-tf/src/Op/Reshape.h b/compiler/moco-tf/src/Op/Reshape.h deleted file mode 100644 index e8ec22e..0000000 --- a/compiler/moco-tf/src/Op/Reshape.h +++ /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 __OP_RESHAPE_H__ -#define __OP_RESHAPE_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using ReshapeGraphBuilder = ::moco::ReshapeGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_RESHAPE_H__ diff --git a/compiler/moco-tf/src/Op/Rsqrt.h b/compiler/moco-tf/src/Op/Rsqrt.h deleted file mode 100644 index 1d3cc56..0000000 --- a/compiler/moco-tf/src/Op/Rsqrt.h +++ /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 __OP_RSQRT_H__ -#define __OP_RSQRT_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using RsqrtGraphBuilder = ::moco::RsqrtGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_RSQRT_H__ diff --git a/compiler/moco-tf/src/Op/Shape.h b/compiler/moco-tf/src/Op/Shape.h deleted file mode 100644 index 1985f2c..0000000 --- a/compiler/moco-tf/src/Op/Shape.h +++ /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 __OP_SHAPE_H__ -#define __OP_SHAPE_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using ShapeGraphBuilder = ::moco::ShapeGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_SHAPE_H__ diff --git a/compiler/moco-tf/src/Op/Softmax.h b/compiler/moco-tf/src/Op/Softmax.h deleted file mode 100644 index cd3e8c9..0000000 --- a/compiler/moco-tf/src/Op/Softmax.h +++ /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 __OP_SOFTMAX_H__ -#define __OP_SOFTMAX_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using SoftmaxGraphBuilder = ::moco::SoftmaxGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_SOFTMAX_H__ diff --git a/compiler/moco-tf/src/Op/Sqrt.h b/compiler/moco-tf/src/Op/Sqrt.h deleted file mode 100644 index 15a96b5..0000000 --- a/compiler/moco-tf/src/Op/Sqrt.h +++ /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 __OP_SQRT_H__ -#define __OP_SQRT_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using SqrtGraphBuilder = ::moco::SqrtGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_SQRT_H__ diff --git a/compiler/moco-tf/src/Op/SquaredDifference.h b/compiler/moco-tf/src/Op/SquaredDifference.h deleted file mode 100644 index cef3be6..0000000 --- a/compiler/moco-tf/src/Op/SquaredDifference.h +++ /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 __OP_SQUARED_DIFFERENCE_H__ -#define __OP_SQUARED_DIFFERENCE_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using SquaredDifferenceGraphBuilder = ::moco::SquaredDifferenceGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_SQUARED_DIFFERENCE_H__ diff --git a/compiler/moco-tf/src/Op/Squeeze.h b/compiler/moco-tf/src/Op/Squeeze.h deleted file mode 100644 index a021496..0000000 --- a/compiler/moco-tf/src/Op/Squeeze.h +++ /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 __OP_SQUEEZE_H__ -#define __OP_SQUEEZE_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using SqueezeGraphBuilder = ::moco::SqueezeGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_SQUEEZE_H__ diff --git a/compiler/moco-tf/src/Op/StopGradient.h b/compiler/moco-tf/src/Op/StopGradient.h deleted file mode 100644 index f90dc62..0000000 --- a/compiler/moco-tf/src/Op/StopGradient.h +++ /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 __OP_STOP_GRADIENT_H__ -#define __OP_STOP_GRADIENT_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using StopGradientGraphBuilder = ::moco::StopGradientGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_STOP_GRADIENT_H__ diff --git a/compiler/moco-tf/src/Op/Sub.h b/compiler/moco-tf/src/Op/Sub.h deleted file mode 100644 index efc81b1..0000000 --- a/compiler/moco-tf/src/Op/Sub.h +++ /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 __OP_SUB_H__ -#define __OP_SUB_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using SubGraphBuilder = ::moco::SubGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_SUB_H__ diff --git a/compiler/moco-tf/src/Op/Tanh.h b/compiler/moco-tf/src/Op/Tanh.h deleted file mode 100644 index 9fdf8cf..0000000 --- a/compiler/moco-tf/src/Op/Tanh.h +++ /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 __OP_TANH_H__ -#define __OP_TANH_H__ - -#include - -#include "GraphBuilder.h" - -namespace moco -{ -namespace tf -{ - -using TanhGraphBuilder = ::moco::TanhGraphBuilder; - -} // namespace tf -} // namespace moco - -#endif // __OP_TANH_H__ -- 2.7.4