Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ run_loop
Method
run_loop
tensorflow/python/training/coordinator.py:506–509 ·
view source on GitHub ↗
Called at 'timer_interval_secs' boundaries.
(self)
Source
from the content-addressed store, hash-verified
504
pass
505
506
def
run_loop(self):
507
""
"Called at 'timer_interval_secs' boundaries."
""
508
if
self._target:
509
self._target(*self._args, **self._kwargs)
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected