Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _setup_graph
Method
_setup_graph
tensorpack/tfutils/sessinit.py:258–260 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
256
self.inits = sess_inits
257
258
def
_setup_graph(self):
259
for
i in self.inits:
260
i._setup_graph()
261
262
def
_run_init(self, sess):
263
for
i in self.inits:
Callers
2
export_compact
Method · 0.45
export_serving
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected