Remove Unsupported Datatype Cases in DepthToSpace (#3202)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 17 Oct 2018 04:36:37 +0000 (10:06 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 17 Oct 2018 04:36:37 +0000 (13:36 +0900)
commit74847ae955e209628c0ff97dc991b5a8c7b9c2ee
treed511fc9267a2943cbd38f050bf5edae8775c8abf
parentc1fc4b53e1d52266a451167a2f8e694052db9bb0
Remove Unsupported Datatype Cases in DepthToSpace (#3202)

NN api defines only for U8 and F32 dataype for DepthToSpace op.
Hence, leaving code only for supported dataypes.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/internal/layers/SimpleDepthToSpace.cc