Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_list
Function · 0.80
test_dequeue_many
Method · 0.80
init_empty
Method · 0.80
test_local_session
Method · 0.80
test_composite_reader
Method · 0.80
_test_limit_reader_init_shared
Method · 0.80
_read_all_data
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
1
clone
Method · 0.95
Tested by
5
test_dequeue_many
Method · 0.64
test_local_session
Method · 0.64
test_composite_reader
Method · 0.64
_test_limit_reader_init_shared
Method · 0.64
_read_all_data
Method · 0.64