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

Method Proto

caffe2/python/model_helper.py:294–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

292 p.GetNameScope().startswith(namescope)]
293
294 def Proto(self):
295 return self.net.Proto()
296
297 def InitProto(self):
298 return self.param_init_net.Proto()

Calls

no outgoing calls