Make backend acl_cl to support InstanceNorm op (#9301)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Mon, 2 Dec 2019 01:56:03 +0000 (10:56 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 2 Dec 2019 01:56:03 +0000 (10:56 +0900)
commitda94579487e17a9004d9778dd2550418888e82fd
tree7b4bed03d89b2140e9a3f719ee98f658f345ba81
parenta23680f6f8554f88b3a09be526f63d2294d6c085
Make backend acl_cl to support InstanceNorm op (#9301)

This commit makes ackend acl_cl to support InstanceNorm op.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
12 files changed:
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLInstanceNormalizationLayerKernelEx.h [new file with mode: 0644]
compute/ARMComputeEx/arm_compute/runtime/CL/CLFunctionsEx.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLInstanceNormalizationLayerEx.h [new file with mode: 0644]
compute/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
compute/ARMComputeEx/src/core/CL/cl_kernels/instance_normalization_ex.cl [new file with mode: 0644]
compute/ARMComputeEx/src/core/CL/kernels/CLInstanceNormalizationLayerKernelEx.cpp [new file with mode: 0644]
compute/ARMComputeEx/src/runtime/CL/functions/CLInstanceNormalizationLayerEx.cpp [new file with mode: 0644]
runtime/neurun/backend/acl_cl/KernelGenerator.cc
runtime/neurun/backend/acl_cl/KernelGenerator.h
runtime/neurun/backend/acl_cl/ShapeFixer.cc
runtime/neurun/backend/acl_cl/ShapeFixer.h
runtime/neurun/core/src/compiler/ManualScheduler.cc