areusch commented on pull request #7512:
URL: https://github.com/apache/tvm/pull/7512#issuecomment-786136455


   @tkonolige no, the GraphRuntime has two different paths to run operators: 
one for local operators where non-kernel ops could be done fairly inexpensively 
(I.e. layout transforms maybe? this isn't actually used) and one for RPC 
operators (where that is not easy). right now tvm_op == "null" (for graph nodes 
which are inputs) or "tvm_op" (for graph nodes which are operator function 
execs).


----------------------------------------------------------------
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]


Reply via email to