You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: