[Pure CL runtime] Support reshape/softmax over tensors (#1436)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 30 May 2018 08:49:00 +0000 (17:49 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 30 May 2018 08:49:00 +0000 (17:49 +0900)
commit45401e21d5956b77f48562859a6f9a785d4bbded
treee351c62a263bd4b0ceb12a8a06d1eb913bad01c2
parentdc6e2da58599df5dcc5508bd0baaacd10edbe1bb
[Pure CL runtime] Support reshape/softmax over tensors (#1436)

This commit removes asserts in reshape/softmax compilation
implementation to support ADAS model.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/Swizzle.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h [new file with mode: 0644]