(reposting here instead of in github issues)
What is NNVM’s story for handling dynamic graphs? Is the intention for NNVM to handle everything between branches (effectively the basic blocks of the computation) and leave the branching behaviour to the client? Or is it intended that NNVM will handle branching/looping within the graph?