areusch commented on a change in pull request #5484:
URL: https://github.com/apache/incubator-tvm/pull/5484#discussion_r419619522
##########
File path: python/tvm/rpc/client.py
##########
@@ -397,15 +421,41 @@ def connect(url, port, key="", session_timeout=0):
the connection when duration is longer than this value.
When duration is zero, it means the request must always be kept alive.
+ session_constructor: List
+ List of additional arguments to passed as the remote session
constructor.
Review comment:
well it's more like a list, the first arg is a string specifying the
name of the constructor, and following args are the positional args to that
function. update docstring?
----------------------------------------------------------------
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]