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

Function enqueuer

caffe2/python/data_workers.py:459–461  ·  view source on GitHub ↗
(coordinator, batch_feeder)

Source from the content-addressed store, hash-verified

457
458
459def enqueuer(coordinator, batch_feeder):
460 while coordinator.is_active():
461 batch_feeder._enqueue_batch(coordinator)

Callers

nothing calls this directly

Calls 2

_enqueue_batchMethod · 0.80
is_activeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…