Explicit type to prevent overflow (#7106)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 3 Sep 2019 00:41:42 +0000 (09:41 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 3 Sep 2019 00:41:42 +0000 (09:41 +0900)
commit96ccd881c34f30d5983f1a6828a55a055f8d36f6
tree93603b1c6ee26501482e61cb828478295b4bbb1e
parent3c4729db1a5a927b584cedddd9843cc7f5dfadb5
Explicit type to prevent overflow (#7106)

To remove integer overflow warning by svace, use explicit type int64_t, not auto

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/src/exec/DataflowExecutor.cc