Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
132
class
PriorityScheduler(Scheduler):
Callers
5
count_num_servers
Method · 0.45
call_handler
Method · 0.45
summary
Method · 0.45
test_rpc_tracker_register
Function · 0.45
test_rpc_tracker_request
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_rpc_tracker_register
Function · 0.36
test_rpc_tracker_request
Function · 0.36