[nnc] DotDumperPass (#2960)
authorАндрей Шедько/AI Tools Lab /SRR/Engineer/삼성전자 <a.shedko@samsung.com>
Tue, 29 Jan 2019 20:11:49 +0000 (23:11 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Tue, 29 Jan 2019 20:11:49 +0000 (23:11 +0300)
commit4216144dfc650774ed2fbe2a81fdb0ca0e5cace1
treeaea4bac327dc85f8e0b355f1e2a810b3d7a4d78a
parent110c5aeafd8dee19ffe415e246eeaac0b1a47747
[nnc] DotDumperPass (#2960)

Introduce dotDumper pass for dumping the Model graph after optimizations
in dot format

Signed-off-by: Andrei Shedko <a.shedko@samsung.com>
contrib/nnc/driver/Driver.cpp
contrib/nnc/include/passes/dot_dumper/DumperPass.h [new file with mode: 0644]
contrib/nnc/passes/CMakeLists.txt
contrib/nnc/passes/dot_dumper/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/passes/dot_dumper/DumperPass.cpp [new file with mode: 0644]