tvm icon indicating copy to clipboard operation
tvm copied to clipboard

Bug fix in setting inputs.

Open kimishpatel opened this issue 6 years ago • 0 comments

Currently input is setup by a vector in which Value* are pushed. And we call set_input on graph to set input at particular index This makes assumption that the index i of the graph inputs correspond to index i of the vector we have. But since the graph is dumped to json and loaded and compiled this coupling may not hold.

kimishpatel avatar Aug 22 '19 17:08 kimishpatel