Home
last modified time | relevance | path

Searched refs:last_step (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py328 def __init__(self, num_steps=None, last_step=None, steps_per_run=1): argument
352 if num_steps is None and last_step is None:
354 if num_steps is not None and last_step is not None:
359 self._last_step = last_step
393 def __init__(self, num_steps=None, last_step=None): argument
412 if num_steps is None and last_step is None:
414 if num_steps is not None and last_step is not None:
417 self._last_step = last_step
605 last_step = session.run(self._global_step_tensor)
606 if last_step != self._timer.last_triggered_step():
[all …]
Dsupervisor_test.py124 last_step = None
128 last_step = step
135 self.assertEqual(1, last_step)
142 last_step = None
145 last_step = step
153 self.assertEqual(3, last_step)
Dbasic_session_run_hooks_test.py148 basic_session_run_hooks.StopAtStepHook(num_steps=10, last_step=20)
151 h = basic_session_run_hooks.StopAtStepHook(last_step=10)
Dmonitored_session_test.py1482 hooks = [basic_session_run_hooks.StopAtStepHook(last_step=3)]
1501 hooks = [basic_session_run_hooks.StopAtStepHook(last_step=5)]
/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint.py144 last_step = session.run(self._global_step_tensor)
146 if self._last_checkpoint_step != last_step:
147 self._save(session, last_step, asynchronous=False)
150 l.end(session, last_step)
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Dfeature_provider.cc45 const int last_step = (last_time_in_ms / kFeatureSliceStrideMs); in PopulateFeatureData() local
48 int slices_needed = current_step - last_step; in PopulateFeatureData()
/external/javasqlite/src/main/java/SQLite/
DFunction.java57 public void last_step(FunctionContext fc); in last_step() method
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py266 last_step = steps - 1
268 yield ((last_step - i) / last_step) * a + (i / last_step) * b
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.-stop-at-step-hook.pbtxt8 …argspec: "args=[\'self\', \'num_steps\', \'last_step\'], varargs=None, keywords=None, defaults=[\'…
Dtensorflow.train.-stop-at-step-hook.pbtxt8 …argspec: "args=[\'self\', \'num_steps\', \'last_step\'], varargs=None, keywords=None, defaults=[\'…
Dtensorflow.estimator.experimental.pbtxt37 …argspec: "args=[\'estimator\', \'last_step\', \'wait_after_file_check_secs\'], varargs=None, keywo…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.-stop-at-step-hook.pbtxt8 …argspec: "args=[\'self\', \'num_steps\', \'last_step\'], varargs=None, keywords=None, defaults=[\'…
Dtensorflow.estimator.experimental.pbtxt25 …argspec: "args=[\'estimator\', \'last_step\', \'wait_after_file_check_secs\'], varargs=None, keywo…