Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
44
class
_QueueWriter(dataio.Writer):
Callers
nothing calls this directly
Calls
1
read_ex
Method · 0.95
Tested by
no test coverage detected