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

Method clone_schema

caffe2/python/schema.py:114–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 self._field_offsets.append(offset)
113
114 def clone_schema(self):
115 return self.clone(keep_blobs=False)
116
117 def field_names(self):
118 """Return the children field names for this field."""

Callers 9

from_blob_listFunction · 0.80
test_dequeue_manyMethod · 0.80
init_emptyMethod · 0.80
test_local_sessionMethod · 0.80
test_composite_readerMethod · 0.80
_read_all_dataMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

cloneMethod · 0.95

Tested by 5

test_dequeue_manyMethod · 0.64
test_local_sessionMethod · 0.64
test_composite_readerMethod · 0.64
_read_all_dataMethod · 0.64