Introduce TRANSPOSE_CONV operation on runtime (#2941)
authorDevansh Bansal/System SW /SRI-Bangalore/Engineer/삼성전자 <b.devansh@samsung.com>
Fri, 5 Oct 2018 06:05:26 +0000 (11:35 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 5 Oct 2018 06:05:26 +0000 (15:05 +0900)
commita713c6e9dbce1cc7f197a882e18a4f2c162e9aa5
tree299153f40daab25a54ad199ed2a7f971e2399dbc
parenta4b8a27697c1d6d35b7119fbd20e7546337ab60c
Introduce TRANSPOSE_CONV operation on runtime (#2941)

This patch introduces TRANSPOSE_CONV operation on runtime.
This operator is required by grocery recognition system model.

Signed-off-by: b.devansh <b.devansh@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/TransposeConv.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/TransposeConv.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc