Implement BATCH_TO_SPACE_ND in runtime (#3101)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Tue, 16 Oct 2018 10:29:10 +0000 (15:59 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 16 Oct 2018 10:29:10 +0000 (19:29 +0900)
commitf916d45179fd382b8f8f30022bba639472b27c30
treeb517d13074f3d605f99297eb0a605b026e80af82
parent3e148fb564f6ced3f3ff06764fe19b8bda55e4c6
Implement BATCH_TO_SPACE_ND in runtime (#3101)

This patch implements BATCH_TO_SPACE_ND in runtime.

Signed-off-by: prasannar <prasanna.r@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/layers/SimpleBatchToSpaceNd.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleBatchToSpaceNd.h [new file with mode: 0644]