MCPcopy Create free account
hub / github.com/apache/tvm / on_error

Method on_error

python/tvm/rpc/tracker.py:321–323  ·  view source on GitHub ↗
(self, err)

Source from the content-addressed store, hash-verified

319 self._tracker.close(self)
320
321 def on_error(self, err):
322 logger.warning("%s: Error in RPC Tracker: %s", self.name(), err)
323 self.close()
324
325
326class TrackerServerHandler:

Callers

nothing calls this directly

Calls 2

nameMethod · 0.95
closeMethod · 0.65

Tested by

no test coverage detected