Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ _set_schema
Method
_set_schema
caffe2/python/dataio.py:48–49 ·
view source on GitHub ↗
(self, schema)
Source
from the content-addressed store, hash-verified
46
return
self._schema
47
48
def
_set_schema(self, schema):
49
self._schema = schema
50
51
def
setup_ex(self, init_net, finish_net):
52
""
"Setup nets to run at task initialization and cleanup time.
Callers
2
read_ex
Method · 0.80
read_ex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected