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

Method write_ex

caffe2/python/dataio.py:183–187  ·  view source on GitHub ↗

Experimental extension to the interface. Don't use yet

(self, fields, local_init_net, local_finish_net, stop_blob)

Source from the content-addressed store, hash-verified

181 self.commit(finish_net)
182
183 def write_ex(self, fields, local_init_net, local_finish_net, stop_blob):
184 """Experimental extension to the interface. Don't use yet"""
185 write_net = core.Net('write_net')
186 self.write(write_net, fields)
187 return [write_net]
188
189 def write_record_ex(
190 self, fields, local_init_net, local_finish_net, stop_blob=None):

Callers 1

write_record_exMethod · 0.95

Calls 2

writeMethod · 0.95
NetMethod · 0.80

Tested by

no test coverage detected