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

Method summary

python/tvm/rpc/tracker.py:127–129  ·  view source on GitHub ↗

Get summary information of the scheduler.

(self)

Source from the content-addressed store, hash-verified

125 """
126
127 def summary(self):
128 """Get summary information of the scheduler."""
129 raise NotImplementedError()
130
131
132class PriorityScheduler(Scheduler):

Callers 5

count_num_serversMethod · 0.45
call_handlerMethod · 0.45
summaryMethod · 0.45
test_rpc_tracker_requestFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_rpc_tracker_requestFunction · 0.36