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

Method setup_ex

caffe2/python/pipeline.py:366–367  ·  view source on GitHub ↗
(self, init_net, finish_net)

Source from the content-addressed store, hash-verified

364 return self.processor.schema()
365
366 def setup_ex(self, init_net, finish_net):
367 self.reader.setup_ex(init_net, finish_net)
368
369 def read_ex(self, init_net, exit_net):
370 read_nets, status, rec = self.reader.read_record_ex(init_net, exit_net)

Callers 3

_init_outputFunction · 0.45
_runtime_threads_taskFunction · 0.45
_static_threads_taskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected