[Pure ACL] Squeeze operation (#2038)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Wed, 25 Jul 2018 22:05:23 +0000 (07:05 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 25 Jul 2018 22:05:23 +0000 (07:05 +0900)
commit8fa35a19ff51d28c5d8308619e25f2e27d3cf965
tree4159d848536ed4929c03b70195430592660b869d
parent0254d6e941e485613a093863791b9b99e276c4b4
[Pure ACL] Squeeze operation (#2038)

This commit introduces Squeeze operation. 2D, 3D are tested with generated test.
Note that 4D test (squeeze.mod.py) does not work. 4D will be worked as a separate PR.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@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/Squeeze.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Squeeze.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc