Move Graph::insertPermute to PermutationInsertionPass (#3408)
authorДилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 <d.poshshoev@samsung.com>
Wed, 31 Oct 2018 10:03:50 +0000 (13:03 +0300)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 31 Oct 2018 10:03:50 +0000 (19:03 +0900)
commit68c3498bf0147bb7966f148b62f42bc4e9bf22b5
tree0c6f2e02a2f7cb2fec2e6d7892e7d8da8c4b17fe
parent6f4035a049fb76c1466e5d3978a461012e0790df
Move Graph::insertPermute to PermutationInsertionPass (#3408)

Since this method is used just in `PermutationInsertionPass` it's
reasonable to move into this class
Related issue is https://github.sec.samsung.net/STAR/nnfw/issues/3388

Signed-off-by: Poshshoev Dilshodzhon <d.poshshoev@samsung.com>
runtimes/neurun/src/codegen/BackendResolver.h
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/Graph.h
runtimes/neurun/src/graph/pass/PermutationInsertionPass.cc
runtimes/neurun/src/graph/pass/PermutationInsertionPass.h