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

Method clone

caffe2/python/schema.py:145–147  ·  view source on GitHub ↗

Clone this Field along with its children.

(self, keep_blobs=True)

Source from the content-addressed store, hash-verified

143 raise NotImplementedError('Field is an abstract class.')
144
145 def clone(self, keep_blobs=True):
146 """Clone this Field along with its children."""
147 raise NotImplementedError('Field is an abstract class.')
148
149 def _set_parent(self, parent, relative_id):
150 self._parent = (parent, relative_id)

Callers 1

clone_schemaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected