MCPcopy Create free account
hub / github.com/pytorch/pytorch / run

Method run

caffe2/python/parallel_workers.py:267–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 self._start_time = time.time()
266
267 def run(self):
268 self._worker_fun(self._worker_id)
269
270 def handle_exception(self, e):
271 traceback.print_exc()

Callers 1

run_workerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected