[neurun] Fix multiple output bug in DotDumper (#4514)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Wed, 27 Feb 2019 07:12:57 +0000 (16:12 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 27 Feb 2019 07:12:57 +0000 (16:12 +0900)
commit518e275d16f1f17bc6eb3c9ef20528a1c0128496
tree53923409fd8ab6c5a9db4c179d82702ffc3b5aef
parent60721a83f2df7d09a52ded656c8b0a5d26b6d49f
[neurun] Fix multiple output bug in DotDumper (#4514)

This commit fixes multiple output bug in `DotDumper`.

```
node0 -> obj5
node0 -> obj5
node0 -> obj5
```

```
node0 -> obj3
node0 -> obj4
node0 -> obj5
```

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