Unify the order of inputs in STRIDED_SLICE operation & Update ACL (#2193)
author장지섭/동작제어Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Fri, 17 Aug 2018 06:03:08 +0000 (15:03 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 17 Aug 2018 06:03:08 +0000 (15:03 +0900)
commitce36b15c70c6f0add7b47ad8bc03202a843479cb
treeaee740a83f4dcefd6527f704919a2aaf77d2cebc
parenta5379a6c976e5a5a0b81a565ae3003dd3ed110ff
Unify the order of inputs in STRIDED_SLICE operation & Update ACL (#2193)

* Unify the order of inputs in STRIDED_SLICE operation

This commit unifies the order of inputs in STRIDED_SLICE operation.
  - add reordering bits of a scalar as the order of inputdata's shape.
  - add reordering data of a vector as the order of inputdata's shape.
  - unify the order of inputs in STRIDED_SLICE.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
* Update ACL

This commit updates acl.
  - Extend the range in which StridedSlice is supported by cl.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
externals/acl
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/Model.h
runtimes/pure_arm_compute/src/internal/Swizzle.h