Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Bug fix in setting inputs. #102

Open
kimishpatel opened this issue Aug 22, 2019 · 0 comments
Open

Bug fix in setting inputs. #102

kimishpatel opened this issue Aug 22, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kimishpatel
Copy link
Contributor

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 kimishpatel self-assigned this Aug 22, 2019
@bwasti bwasti added the bug Something isn't working label Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants