Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _setup
Method
_setup
tensorpack/input_source/input_source_base.py:233–234 ·
view source on GitHub ↗
(self, input_signature)
Source
from the content-addressed store, hash-verified
231
return
self._input.get_input_tensors()
232
233
def
_setup(self, input_signature):
234
self._input.setup(input_signature)
235
236
def
_get_callbacks(self):
237
return
self._input.get_callbacks()
Callers
nothing calls this directly
Calls
1
setup
Method · 0.80
Tested by
no test coverage detected