[neurun] Introduce OperationPass (#3403)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 31 Oct 2018 03:59:34 +0000 (12:59 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 31 Oct 2018 03:59:34 +0000 (12:59 +0900)
commit817cab57b55cd5d63ce405bd40ffacfad494acd0
tree6f285f954535e9e1bbb7a40ecb02fcd5a96b6402
parent32141c989f5a9c621d8af91cf8b3ec10d2e97db3
[neurun] Introduce OperationPass (#3403)

Introduce `OperationPass` class which iterates over `operation::Node`s.
This is the same manner with `OperandPass`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/pass/OperationPass.cc [new file with mode: 0644]
runtimes/neurun/src/graph/pass/OperationPass.h [new file with mode: 0644]