MCPcopy 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
267def SmartInit(obj, *, ignore_mismatch=False):

Callers 7

__init__Method · 0.45
_initialize_sessionMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
export_compactMethod · 0.45
export_servingMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected