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

Method _set_parent

caffe2/python/schema.py:149–150  ·  view source on GitHub ↗
(self, parent, relative_id)

Source from the content-addressed store, hash-verified

147 raise NotImplementedError('Field is an abstract class.')
148
149 def _set_parent(self, parent, relative_id):
150 self._parent = (parent, relative_id)
151
152 def slice(self):
153 """

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected