Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ start_loop
Method
start_loop
tensorflow/python/training/coordinator.py:498–500 ·
view source on GitHub ↗
Called when the thread starts.
(self)
Source
from the content-addressed store, hash-verified
496
self.stop_loop()
497
498
def
start_loop(self):
499
""
"Called when the thread starts."
""
500
pass
501
502
def
stop_loop(self):
503
""
"Called when the thread stops."
""
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected