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

Method read_ex

caffe2/python/dataio.py:60–62  ·  view source on GitHub ↗
(self, local_init_net, local_finish_net)

Source from the content-addressed store, hash-verified

58 pass
59
60 def read_ex(self, local_init_net, local_finish_net):
61 read_net = core.Net('reader_body')
62 return ([read_net], ) + self.read(read_net)
63
64 def read_record_ex(self, local_init_net, local_finish_net):
65 nets, should_stop, fields = self.read_ex(

Callers 2

read_record_exMethod · 0.95
read_exMethod · 0.45

Calls 2

readMethod · 0.95
NetMethod · 0.80

Tested by

no test coverage detected