Rearranging non-class func to seperate from CLass func (#4051)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Mon, 17 Dec 2018 09:33:44 +0000 (15:03 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 17 Dec 2018 09:33:44 +0000 (18:33 +0900)
commit49beff7fdcc3885072bdd214fdea281f87b70d47
treea74e6b8a4a28850779cf16dc4c41b24f69dc768a
parent54af45eb05206fb5a73053ac6a812bc2caa641d6
Rearranging non-class func to seperate from CLass func (#4051)

It will be better to put non-class func in namespace
to have clear seperation of class and non-class func

This patch will rearrange the val_arg func so as to
have that in a namespace.

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/src/core/CL/kernels/CLBinaryLogicalOpKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLPReLUKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLSquaredDifferenceKernel.cpp