MCPcopy Index your code
hub / github.com/apache/tvm / myfunc

Function myfunc

tests/python/contrib/test_rpc_tracker.py:68–71  ·  view source on GitHub ↗
(remote)

Source from the content-addressed store, hash-verified

66 # Fault tolerence server timeout
67 def check_timeout(timeout, sleeptime):
68 def myfunc(remote):
69 time.sleep(sleeptime)
70 f1 = remote.get_function("rpc.test2.addone")
71 assert f1(10) == 11
72
73 try:
74 tclient.request_and_run("xyz", myfunc, session_timeout=timeout)

Callers

nothing calls this directly

Calls 1

get_functionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…