You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/04/02 17:05:42 UTC

[GitHub] [incubator-tvm] tqchen edited a comment on issue #5217: Move Graph Runtime header file to tvm/include for easier access

tqchen edited a comment on issue #5217: Move Graph Runtime header file to tvm/include for easier access
URL: https://github.com/apache/incubator-tvm/pull/5217#issuecomment-607972074
 
 
   We intentionally keep the graph runtime header inside `src/` because they are considered as private APIs used inside the project and are not public APIs. We prefer to use the public PackedFunc and NDArray API to handle all the executions related to the gaph runtime and other generated code.
   
   Such unification will also bring benefit later when we decide to swap the implementation of the graph runtime to other backends(e.g. vm or AOT)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services