Home
last modified time | relevance | path

Searched refs:current_clock (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management.py552 current_clock = time.time()
558 self._last_preserved_timestamp = current_clock - 1.
562 if current_clock < self._last_preserved_timestamp:
569 % (self._last_preserved_timestamp - current_clock,))
570 self._last_preserved_timestamp = current_clock
578 timestamp = min(timestamp, current_clock)
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.cc442 std::string current_clock = ftrace_->GetClock(); in SetupClock() local
449 if (current_clock == clock) in SetupClock()