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

Method get_name

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

Source from the content-addressed store, hash-verified

131 return self._arg_scope
132
133 def get_name(self):
134 return self.name
135
136 def _infer_param_shape(self, param):
137 for op in self.param_init_net.Proto().op:

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected