[RUNTIME] if a param not in input, we still consume it's data (#5990)
authorwindclarion <windclarion@gmail.com>
Thu, 9 Jul 2020 04:52:24 +0000 (12:52 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 04:52:24 +0000 (21:52 -0700)
commit09a30f4a960df5de06748a60d57a7b34b91166c9
tree7d0cd4b29c8ac5c0f3a9ffbb41987b16c3d1a9a8
parent8887b0f426152d251e2cc4bbd9b843b9fd557eff
[RUNTIME] if a param not in input, we still consume it's data (#5990)

so the read pointer of stream can move forward

Signed-off-by: windclarion <windclarion@gmail.com>
src/runtime/graph/graph_runtime.cc