[neurun] Change dot_dumper input/output shape (#3741)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Wed, 28 Nov 2018 09:18:25 +0000 (18:18 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 28 Nov 2018 09:18:25 +0000 (18:18 +0900)
This commit changes `input`/`output` shape of dot_dumper graph to `doublecircle`.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
runtimes/neurun/src/dumper/dot/DotOperandInfo.cc

index 334e3b3..8457d60 100644 (file)
@@ -28,8 +28,8 @@ namespace dumper
 namespace dot
 {
 
-const std::string DotOperandInfo::INPUT_SHAPE = "Mdiamond";
-const std::string DotOperandInfo::OUTPUT_SHAPE = "Mdiamond";
+const std::string DotOperandInfo::INPUT_SHAPE = "doublecircle";
+const std::string DotOperandInfo::OUTPUT_SHAPE = "doublecircle";
 const std::string DotOperandInfo::OPERAND_SHAPE = "ellipse";
 const std::string DotOperandInfo::BG_COLOR_SCHEME = "set38";
 // RED BLUE ORANGE YELLOW GREEN PUPLE CYAN PINK