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

Method finish

caffe2/python/data_workers.py:451–453  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

449 self._batch_feeder.put(input_data, self._coordinator)
450
451 def finish(self):
452 self._metrics.put_metric(
453 'fetcher_time', time.time() - self._start_time)
454
455
456global_coordinator = GlobalCoordinator()

Callers

nothing calls this directly

Calls 1

put_metricMethod · 0.80

Tested by

no test coverage detected