Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorflow/models
/ __init__
Method
__init__
orbit/controller.py:587–589 ·
view source on GitHub ↗
(self, step)
Source
from the content-addressed store, hash-verified
585
""
"Utility class for measuring steps/second."
""
586
587
def
__init__(self, step):
588
self.step = step
589
self.start()
590
591
def
start(self):
592
self.last_iteration = self.step.numpy()
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected