MCPcopy Index your code
hub / github.com/tensorflow/models / start

Method start

orbit/controller.py:591–593  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

589 self.start()
590
591 def start(self):
592 self.last_iteration = self.step.numpy()
593 self.last_time = time.time()
594
595 def steps_per_second(self, restart=True):
596 value = ((self.step.numpy() - self.last_iteration) /

Callers 7

__init__Method · 0.95
steps_per_secondMethod · 0.95
runFunction · 0.80
find_answer_spansFunction · 0.80
_test_end_to_endMethod · 0.80
run_ncfFunction · 0.80

Calls

no outgoing calls

Tested by 2

_test_end_to_endMethod · 0.64