[moco-tf] Remove IR tests (#8225)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 16 Oct 2019 08:23:47 +0000 (17:23 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 16 Oct 2019 08:23:47 +0000 (17:23 +0900)
commit4f47352aaee29c7041eb7c4afed574b5be7989ed
treed508548cbd3a3ff0e430f8a0d269ea20c85651e5
parenta9f4102d9ef58dadfb67da680b73b1ee360b3b35
[moco-tf] Remove IR tests (#8225)

This will remove IR test codes that already moved to moco-lang

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