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

Method queue

caffe2/python/queue_util.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 return _QueueWriter(self)
70
71 def queue(self):
72 return self._queue
73
74
75class Queue(QueueWrapper):

Callers 4

setup_exMethod · 0.80
read_exMethod · 0.80
setup_exMethod · 0.80
write_exMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected