Implementation of Space_to_BatchND op in PACL (#2854)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 10 Oct 2018 02:10:00 +0000 (07:40 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 10 Oct 2018 02:10:00 +0000 (11:10 +0900)
commit3f595627c9a3160184dd1f83a1fb83547123ccbf
tree97b09dbd2d1a48fb1129c8fb28b4c0c950c391a2
parentcaa9d727f5915f015083b520241b699e29f28eba
Implementation of Space_to_BatchND op in PACL (#2854)

This patch will acc CPU implemenation of SPACETOBATCHND for rank=4 tensors.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToBatchND.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToBatchND.h [new file with mode: 0644]