MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / __call__

Method __call__

tensorpack/predict/feedfree.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self._hooked_sess = HookedSession(self._sess, self._hooks)
66
67 def __call__(self):
68 return self._hooked_sess.run(self._output_tensors)
69
70 def _do_call(self):
71 raise NotImplementedError("You're calling the wrong function!")

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected