Home
last modified time | relevance | path

Searched refs:_timer (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/Doc/includes/
Dmp_benchmarks.py11 _timer = time.clock variable
13 _timer = time.time variable
45 t = _timer()
50 elapsed = _timer() - t
88 t = _timer()
93 elapsed = _timer() - t
109 t = _timer()
114 elapsed = _timer()-t
129 t = _timer()
135 elapsed = _timer()-t
[all …]
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py217 self._timer = (
223 self._timer.reset()
230 self._should_trigger = self._timer.should_trigger_for_step(self._iter_count)
239 elapsed_secs, _ = self._timer.update_last_triggered_step(self._iter_count)
534 self._timer = SecondOrStepTimer(every_secs=save_secs,
569 self._timer.update_last_triggered_step(global_step)
576 if self._timer.should_trigger_for_step(
580 if self._timer.should_trigger_for_step(global_step):
581 self._timer.update_last_triggered_step(global_step)
587 if last_step != self._timer.last_triggered_step():
[all …]
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-5.m35 id _timer; field
42 p_animationState->_timer = 0;
43 (*p_animationState)._timer = 0;
44 (&(*p_animationState))->_timer = 0;
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h45 } _timer; member
141 #define si_tid _sifields._timer._tid
142 #define si_overrun _sifields._timer._overrun
143 #define si_sys_private _sifields._timer._sys_private
/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint.py76 self._timer = basic_session_run_hooks.SecondOrStepTimer(
119 self._timer.update_last_triggered_step(global_step)
126 if self._timer.should_trigger_for_step(global_step):
127 self._timer.update_last_triggered_step(global_step)
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp68 _timer = SetTimer(kTimerID, kTimerElapse); in OnInit()
139 KillTimer(_timer); in OnMessage()
140 _timer = 0; in OnMessage()
DProgressDialog.h80 UINT_PTR _timer;
121 CProgressDialog(): _timer(0) in CProgressDialog()
DProgressDialog2.cpp240 _timer(0), in CProgressDialog()
409 _timer = SetTimer(kTimerID, kTimerElapse); in OnInit()
1027 KillTimer(_timer); in OnMessage()
1028 _timer = 0; in OnMessage()
DProgressDialog2.h121 UINT_PTR _timer; variable
/external/python/cpython2/Lib/
Dtimeit.py96 def inner(_it, _timer, _func=func): argument
98 _t0 = _timer()
101 _t1 = _timer()
/external/webrtc/webrtc/api/objc/
DRTCEAGLVideoView.m95 RTCDisplayLinkTimer *_timer;
157 _timer = [[RTCDisplayLinkTimer alloc] initWithTimerHandler:^{
171 [_timer invalidate];
241 _timer.isPaused = NO;
246 _timer.isPaused = YES;
/external/webrtc/talk/app/webrtc/objc/
DRTCEAGLVideoView.m116 RTCDisplayLinkTimer* _timer;
175 _timer = [[RTCDisplayLinkTimer alloc] initWithTimerHandler:^{
189 [_timer invalidate];
259 _timer.isPaused = NO;
264 _timer.isPaused = YES;
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_test.py797 def _timer(sess, ops): function
834 delta_static = _timer(sess, ops)
842 delta_dynamic = _timer(sess, ops)
896 delta_half_seq_len = _timer(sess, ops)
908 delta_unroll_half = _timer(sess, ops)
964 delta_concat_state = _timer(sess, ops)
976 delta_tuple_state = _timer(sess, ops)
1026 no_swap = _timer(sess, ops)
1034 swap = _timer(sess, ops)
1062 elapsed = _timer(sess, ops)
[all …]
Dsparse_xent_op_test.py304 def _timer(sess, ops): function
324 delta_dense = _timer(sess, ops)
333 delta_sparse = _timer(sess, ops)
Dsparse_tensor_dense_matmul_op_test.py334 def _timer(sess, ops_fn, iterations): function
362 delta_dense = _timer(sess, ops_fn, 200)
382 delta_sparse = _timer(sess, ops_fn, 200)
/external/clang/tools/scan-build/share/scan-build/
Dsorttable.js28 if (_timer) clearInterval(_timer);
359 var _timer = setInterval(function() { variable
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dsorttable.js28 if (_timer) clearInterval(_timer);
359 var _timer = setInterval(function() { variable
/external/llvm/utils/lit/lit/
DTestRunner.py52 self._timer = None
57 self._timer.cancel()
88 self._timer = threading.Timer(self.timeout, self._handleTimeoutReached)
89 self._timer.start()
/external/tensorflow/tensorflow/python/data/experimental/ops/
Diterator_ops.py225 self._checkpoint_saver_hook._timer.update_last_triggered_step(global_step)
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppClient.m63 NSTimer *_timer;
73 _timer = [NSTimer scheduledTimerWithTimeInterval:interval
83 [_timer invalidate];
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestRunner.py80 self._timer = None
85 self._timer.cancel()
116 self._timer = threading.Timer(self.timeout, self._handleTimeoutReached)
117 self._timer.start()
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dtest_utils.py98 self._timer.update_last_triggered_step(self._iter_count)
/external/python/cpython2/Doc/library/
Dthreading.rst760 .. _timer-objects:
/external/python/cpython3/Doc/library/
Dthreading.rst832 .. _timer-objects:
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...