Searched refs:last_step (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | basic_session_run_hooks.py | 328 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 …]
|
D | supervisor_test.py | 124 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)
|
D | basic_session_run_hooks_test.py | 148 basic_session_run_hooks.StopAtStepHook(num_steps=10, last_step=20) 151 h = basic_session_run_hooks.StopAtStepHook(last_step=10)
|
D | monitored_session_test.py | 1482 hooks = [basic_session_run_hooks.StopAtStepHook(last_step=3)] 1501 hooks = [basic_session_run_hooks.StopAtStepHook(last_step=5)]
|
/external/tensorflow/tensorflow/python/tpu/ |
D | async_checkpoint.py | 144 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/ |
D | feature_provider.cc | 45 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/ |
D | Function.java | 57 public void last_step(FunctionContext fc); in last_step() method
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 266 last_step = steps - 1 268 yield ((last_step - i) / last_step) * a + (i / last_step) * b
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.estimator.-stop-at-step-hook.pbtxt | 8 …argspec: "args=[\'self\', \'num_steps\', \'last_step\'], varargs=None, keywords=None, defaults=[\'…
|
D | tensorflow.train.-stop-at-step-hook.pbtxt | 8 …argspec: "args=[\'self\', \'num_steps\', \'last_step\'], varargs=None, keywords=None, defaults=[\'…
|
D | tensorflow.estimator.experimental.pbtxt | 37 …argspec: "args=[\'estimator\', \'last_step\', \'wait_after_file_check_secs\'], varargs=None, keywo…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.estimator.-stop-at-step-hook.pbtxt | 8 …argspec: "args=[\'self\', \'num_steps\', \'last_step\'], varargs=None, keywords=None, defaults=[\'…
|
D | tensorflow.estimator.experimental.pbtxt | 25 …argspec: "args=[\'estimator\', \'last_step\', \'wait_after_file_check_secs\'], varargs=None, keywo…
|