Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ schema
Method
schema
caffe2/python/dataio.py:243–244 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
241
self._piper = piper
242
243
def
schema(self):
244
return
self._builder.schema()
245
246
def
setup(self, **kwargs):
247
return
self._builder.setup(**kwargs)
Callers
nothing calls this directly
Calls
1
schema
Method · 0.45
Tested by
no test coverage detected