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

Method read_record_ex

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

Source from the content-addressed store, hash-verified

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(
66 local_init_net, local_finish_net)
67 if self._schema:
68 fields = from_blob_list(self._schema, fields)
69 return nets, should_stop, fields
70
71 def read(self, read_net):
72 """Append operations to read_net that will read a batch from the

Callers 4

read_exMethod · 0.80
_runtime_threads_taskFunction · 0.80
_static_threads_taskFunction · 0.80
read_exMethod · 0.80

Calls 2

read_exMethod · 0.95
from_blob_listFunction · 0.90

Tested by

no test coverage detected