[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5753: [Draft] Support Module based interface runtime

2020-07-06 Thread GitBox
tqchen commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r450315280 ## File path: python/tvm/contrib/graph_runtime.py ## @@ -63,6 +63,15 @@ def create(graph_json_str, libmod, ctx): return

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5753: [Draft] Support Module based interface runtime

2020-06-18 Thread GitBox
tqchen commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r442344555 ## File path: python/tvm/runtime/module.py ## @@ -41,6 +41,10 @@ def __init__(self, handle): self.handle = handle self._entry =

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5753: [Draft] Support Module based interface runtime

2020-06-17 Thread GitBox
tqchen commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r441659609 ## File path: python/tvm/runtime/module.py ## @@ -41,6 +41,10 @@ def __init__(self, handle): self.handle = handle self._entry =

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5753: [Draft] Support Module based interface runtime

2020-06-09 Thread GitBox
tqchen commented on a change in pull request #5753: URL: https://github.com/apache/incubator-tvm/pull/5753#discussion_r437524930 ## File path: include/tvm/runtime/graph_runtime.h ## @@ -26,25 +26,27 @@ #define TVM_RUNTIME_GRAPH_GRAPH_RUNTIME_H_ #include -#include