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

Method _trigger

tensorpack/callbacks/graph.py:60–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 self._op.run()
59
60 def _trigger(self):
61 if self.run_as_trigger:
62 self._print()
63 self._op.run()
64
65 def _before_run(self, _):
66 if self.run_step:

Callers

nothing calls this directly

Calls 2

_printMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected