Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _run_init
Method
_run_init
tensorpack/tfutils/sessinit.py:262–264 ·
view source on GitHub ↗
(self, sess)
Source
from the content-addressed store, hash-verified
260
i._setup_graph()
261
262
def
_run_init(self, sess):
263
for
i in self.inits:
264
i._run_init(sess)
265
266
267
def
SmartInit(obj, *, ignore_mismatch=False):
Callers
7
__init__
Method · 0.45
_initialize_session
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
export_compact
Method · 0.45
export_serving
Method · 0.45
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected