Remove simple operation in ARMComputeEx (#4814)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 21 Mar 2019 10:49:29 +0000 (19:49 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 21 Mar 2019 10:49:29 +0000 (19:49 +0900)
commitfb55a5a31e9873087a4f4005b0f65bd154aa7282
tree1d320b0cab00288e40eeb946abfb13d97c361494
parent4f786d0f1408bc36b789dcba938989db34d583a0
Remove simple operation in ARMComputeEx (#4814)

Remve simple operation in ARMComputeEx except pack/unpack

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
26 files changed:
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleArgOperation.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleArithmeticAddition.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleBatchToSpaceNd.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleCastLayer.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleDepthToSpace.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleEmbeddingLookup.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleHashtableLookupLayer.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleNeg.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimplePadLayer.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleSQRT.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleSpaceToBatchND.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleSpaceToDepth.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/misc/functions/SimpleTransposeConv.h [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleArgOperation.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleBatchToSpaceNd.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleCastLayer.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleDepthToSpace.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleEmbeddingLookup.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleHashtableLookupLayer.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleNeg.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimplePadLayer.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleSQRT.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleSpaceToBatchND.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleSpaceToDepth.cpp [deleted file]
libs/ARMComputeEx/src/runtime/misc/functions/SimpleTransposeConv.cpp [deleted file]
runtimes/pure_arm_compute/src/compilation.cc