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

Method _child_process_error

python/tvm/support/popen_pool.py:267–271  ·  view source on GitHub ↗

Raise a child process error.

(self)

Source from the content-addressed store, hash-verified

265 self._remaining_uses -= 1
266
267 def _child_process_error(self):
268 """Raise a child process error."""
269 # kill and lazily restart the process in the next send.
270 self.kill()
271 return ChildProcessError("Subprocess terminated")
272
273 def recv(self):
274 """Receive the result of the last send.

Callers 1

recvMethod · 0.95

Calls 1

killMethod · 0.95

Tested by

no test coverage detected