ptrendx opened a new issue #15362: Reliance on topological ordering for graph 
inputs
URL: https://github.com/apache/incubator-mxnet/issues/15362
 
 
   Currently MXNet relies on topological ordering of the graph when 
communicating between frontend languages and backend. This makes it hard to 
apply fusions in the graph, as they could change the topological order of graph 
inputs and so break passing of the inputs from frontend.
   
   This could be solved by either moving to passing dictionaries (name, value) 
from frontend to the engine (which requires changing of C API) or making 
mappings inside Executor and CachedOp from the original topological ordering to 
the new one.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to