[nnpkg_run] Fix wrong index in randomgen (#6856)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Fri, 23 Aug 2019 02:16:08 +0000 (22:16 -0400)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 23 Aug 2019 02:16:08 +0000 (11:16 +0900)
commit8c72fed9b99c9612246fcdb88301a50142f98656
tree1f5e255d71655b655f4a1e505ce0b414dd247dec
parentced8bfad333d76ded3560924b9640f6143d70fff
[nnpkg_run] Fix wrong index in randomgen (#6856)

`0` was used (instead of `i`) in loop for generating random inputs.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
tests/tools/nnpackage_run/src/nnpackage_run.cc