[Pure ACL] added Rank 2 input (#1678)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Thu, 14 Jun 2018 08:22:48 +0000 (17:22 +0900)
committer서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 14 Jun 2018 08:22:48 +0000 (17:22 +0900)
commit67394d1566086a9c26ab26a0a191e950ed6a7598
tree125de77f2aad84f9f7a2b9387055de6e9e828e3c
parentacb6e5bc28820b724f62c5aae5975df178cd0e15
[Pure ACL] added Rank 2 input (#1678)

This commit intrudocues rank 2 input.
Naming (`matrix`) was used to be aligned with `MatrixSink`

Tested with tflite file with `Mul` (2d x scalar) and `Gather`.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
include/util/matrix/Shape.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/execution.cc
runtimes/pure_arm_compute/src/internal/MatrixSource.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Model.cc
runtimes/pure_arm_compute/src/internal/Model.h