Adding Unpack Node (#3216)
authorVishal Keshav/System SW /SRI-Bangalore/Engineer/삼성전자 <vishal.k1@samsung.com>
Wed, 31 Oct 2018 01:01:43 +0000 (06:31 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 31 Oct 2018 01:01:43 +0000 (10:01 +0900)
commit6e612909f703eccb2017655052bca85da1c936ec
treee9438fa83ad9fa910e4de867e8ff3631f0f42a6a
parent6041edb5d3152bab3b4f673bbf0d3037cec432dd
Adding Unpack Node (#3216)

Added unpack node in pure_arm_compute

Signed-off-by: Vishal Keshav <vishal.k1@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/Unpack.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Unpack.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc