Make acl_neon to support InstanceNorm op (#9333)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Tue, 3 Dec 2019 04:23:30 +0000 (13:23 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 3 Dec 2019 04:23:30 +0000 (13:23 +0900)
commit7b70b72aa05bc63945a134a0b90ce16987763826
tree166169310899395181b028ee70d9e510a572ec24
parent8e0c8404fb99b4f4c29981dda9762cc845f1ebab
Make acl_neon to support InstanceNorm op (#9333)

This commit makes acl_neon to support InstanceNorm op.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
compute/ARMComputeEx/arm_compute/core/NEON/kernels/NEInstanceNormalizationLayerKernelEx.h [new file with mode: 0644]
compute/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEInstanceNormalizationLayerEx.h [new file with mode: 0644]
compute/ARMComputeEx/src/core/NEON/kernels/NEInstanceNormalizationLayerKernelEx.cpp [new file with mode: 0644]
compute/ARMComputeEx/src/runtime/NEON/functions/NEInstanceNormalizationLayerEx.cpp [new file with mode: 0644]
runtime/neurun/backend/acl_neon/KernelGenerator.cc
runtime/neurun/backend/acl_neon/KernelGenerator.h
runtime/neurun/backend/acl_neon/ShapeFixer.cc
runtime/neurun/backend/acl_neon/ShapeFixer.h