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

Function StopOnEvent

tensorflow/python/training/coordinator_test.py:30–33  ·  view source on GitHub ↗
(coord, wait_for_stop, set_when_stopped)

Source from the content-addressed store, hash-verified

28
29
30def StopOnEvent(coord, wait_for_stop, set_when_stopped):
31 wait_for_stop.wait()
32 coord.request_stop()
33 set_when_stopped.set()
34
35
36def RaiseOnEvent(coord, wait_for_stop, set_when_stopped, ex, report_exception):

Callers

nothing calls this directly

Calls 3

waitMethod · 0.45
request_stopMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected