MCPcopy Index your code
hub / github.com/pytorch/pytorch / read

Method read

caffe2/python/queue_util.py:39–41  ·  view source on GitHub ↗
(self, net)

Source from the content-addressed store, hash-verified

37 return [dequeue_net], status_blob, fields
38
39 def read(self, net):
40 net, _, fields = self.read_ex(net, None)
41 return net, fields
42
43
44class _QueueWriter(dataio.Writer):

Callers

nothing calls this directly

Calls 1

read_exMethod · 0.95

Tested by

no test coverage detected