Searched refs:last_preserved_timestamp (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 71 last_preserved_timestamp=None): argument 126 last_preserved_timestamp=last_preserved_timestamp) 141 last_preserved_timestamp=None): argument 174 last_preserved_timestamp=last_preserved_timestamp) 183 last_preserved_timestamp=None): argument 231 last_preserved_timestamp=last_preserved_timestamp) 238 last_preserved_timestamp=last_preserved_timestamp) 650 self._last_preserved_timestamp = recovered_state.last_preserved_timestamp 732 last_preserved_timestamp=self._last_preserved_timestamp,
|
D | checkpoint_state.proto | 21 double last_preserved_timestamp = 4; field
|
D | checkpoint_management_test.py | 422 self.assertEqual(first_time, state.last_preserved_timestamp) 438 self.assertEqual(first_time, state.last_preserved_timestamp) 448 self.assertEqual(fourth_time, state.last_preserved_timestamp) 503 self.assertEqual(13600., state.last_preserved_timestamp) 532 self.assertEqual(5000., state.last_preserved_timestamp)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.pbtxt | 317 …odel_checkpoint_paths\', \'all_model_checkpoint_timestamps\', \'last_preserved_timestamp\'], varar… 469 …\', \'latest_filename\', \'all_model_checkpoint_timestamps\', \'last_preserved_timestamp\'], varar…
|