Enabling PAD operation in NNAPI (#2097)
authorSiva Sai Vaddipati/System SW /SRI-Bangalore/Engineer/삼성전자 <siva.sai@samsung.com>
Mon, 3 Sep 2018 09:28:01 +0000 (14:58 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 3 Sep 2018 09:28:01 +0000 (18:28 +0900)
commiteb935598902d7a11cb14a5e0edbfc9c4d4ff6f09
tree6610c130824299648ce20903a1501422bff164a1
parentc313028a9b5a3fcc77a65b4c9d5d4a6d91b2b1e2
Enabling PAD operation in NNAPI (#2097)

This commit enables PAD operation in pure_arm_compute runtime

Signed-off-by: Siva Sai <siva.sai@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/layers/PadLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/PadLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/internal/op/Pad.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Pad.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc