MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / after_run

Method after_run

tensorflow/python/training/monitored_session_test.py:261–265  ·  view source on GitHub ↗
(self, run_context, run_values)

Source from the content-addressed store, hash-verified

259 return self.request
260
261 def after_run(self, run_context, run_values):
262 self.call_counter['after_run'] += 1
263 self.last_run_values = run_values
264 if self.should_stop:
265 run_context.request_stop()
266
267 def end(self, session):
268 self.call_counter['end'] += 1

Callers 1

after_runMethod · 0.45

Calls 1

request_stopMethod · 0.45

Tested by

no test coverage detected