Correction in Error checking conditions and namespace missalignment (#3630)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Tue, 20 Nov 2018 04:05:14 +0000 (09:35 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 20 Nov 2018 04:05:14 +0000 (13:05 +0900)
commitb2f360c49d7ad985762c648d7254166531ea43ac
tree1a978039b870b1c4145a5c72afccb724dd1b8f29
parent90f0a8de6787ae7a971ad94c923014dadd539f5c
Correction in Error checking conditions and namespace missalignment (#3630)

This patch will correct:
1. error checking condition for output, since output is always QASSYM8
input1 and output datatypes cannot be compared. Also, output can omnly be
checked for QASSYM8 in validate function.

2.Since all the non class functions are placed in namespace (format followed
by ACL) hence placing validate the function in the defined namespace.

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