Introduce Split operation into pureACL runtime (#2447)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Fri, 24 Aug 2018 02:24:49 +0000 (11:24 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 24 Aug 2018 02:24:49 +0000 (11:24 +0900)
commitd5e52efa5541d768e6c39adc7fedd1e4a6de1313
treead61aabb8c1944d268ec891e3a86088bf1a6fa06
parentbe75d42f31a0184426172465f5f76abf7e6678b8
Introduce Split operation into pureACL runtime (#2447)

* Introduce Split operation into pureACL runtime

This commit introduces Split operation into pureACL runtime.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Remove num_split_index of Split operator

The `num_split_index` is always the same with the number of output.
So it can be omitted.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/internal/op/Split.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Split.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc