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

Method setup_ex

caffe2/python/queue_util.py:25–26  ·  view source on GitHub ↗
(self, init_net, exit_net)

Source from the content-addressed store, hash-verified

23 self._num_dequeue_records = num_dequeue_records
24
25 def setup_ex(self, init_net, exit_net):
26 exit_net.CloseBlobsQueue([self._wrapper.queue()], 0)
27
28 def read_ex(self, local_init_net, local_finish_net):
29 self._wrapper._new_reader(local_init_net)

Callers

nothing calls this directly

Calls 1

queueMethod · 0.80

Tested by

no test coverage detected