[moco-tf] Revise IR to using moco::IR (#8218)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 16 Oct 2019 07:39:12 +0000 (16:39 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 16 Oct 2019 07:39:12 +0000 (16:39 +0900)
commit3481a24c6b8a17b57c37eaed8250b36ed217304f
treeab4a96757ac405b1623e8be7c7e84363b45fc391
parent2d22bbb34365c7a86ceeea0424abc3b8d34f0d43
[moco-tf] Revise IR to using moco::IR (#8218)

This will revise moco::tf IR and base classes to alias of moco IR and base classes

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