[neurun] Introduce graph::Pass (#2747)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 18 Sep 2018 10:56:47 +0000 (19:56 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 18 Sep 2018 10:56:47 +0000 (19:56 +0900)
commit29443edf6833ed78165ac4772ea3721f8d0e176d
tree364bb779ef99de72df488f3ef4f63e6bb8e0fb1b
parentc8948ddbce12db6eae097b48171a35dc4b2b4597
[neurun] Introduce graph::Pass (#2747)

This commit introduces `graph::Pass` that can manipulate the graph
model.

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