[neurun] Introduce Permute operation (#2670)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 12 Sep 2018 06:29:22 +0000 (15:29 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 12 Sep 2018 06:29:22 +0000 (15:29 +0900)
commit33c7f41def6b2a273f79e68be866855fa9181fe5
tree4b3990972c49f20329b39de2695e921d6e252ef9
parent154626406ff1acbb49e0a0a6fafed292960bcec9
[neurun] Introduce Permute operation (#2670)

Introduce Permute operation which is for tensor permutation. This
operation is not one of NNAPI operations but inserted internally in the
graph to convert different tensor layouts.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/codegen/Dumper.cc
runtimes/neurun/src/codegen/Dumper.h
runtimes/neurun/src/codegen/Planner.cc
runtimes/neurun/src/codegen/Planner.h
runtimes/neurun/src/graph/operation/NodeVisitor.h
runtimes/neurun/src/graph/operation/Permute.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Permute.h [new file with mode: 0644]