[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #6105: [Relay][VM] Allow to config allocator type and refactor vm code structure

2020-07-22 Thread GitBox
icemelon9 commented on a change in pull request #6105: URL: https://github.com/apache/incubator-tvm/pull/6105#discussion_r458961935 ## File path: python/tvm/runtime/vm.py ## @@ -273,29 +272,58 @@ def get_function_params(self, func_name): class VirtualMachine(object): -

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #6105: [Relay][VM] Allow to config allocator type and refactor vm code structure

2020-07-22 Thread GitBox
icemelon9 commented on a change in pull request #6105: URL: https://github.com/apache/incubator-tvm/pull/6105#discussion_r458957518 ## File path: python/tvm/runtime/vm.py ## @@ -273,29 +272,58 @@ def get_function_params(self, func_name): class VirtualMachine(object): -