Searched refs:last_preserved_timestamp (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 64 last_preserved_timestamp=None): argument 120 last_preserved_timestamp=last_preserved_timestamp) 135 last_preserved_timestamp=None): argument 168 last_preserved_timestamp=last_preserved_timestamp) 177 last_preserved_timestamp=None): argument 225 last_preserved_timestamp=last_preserved_timestamp) 232 last_preserved_timestamp=last_preserved_timestamp) 561 self._last_preserved_timestamp = recovered_state.last_preserved_timestamp 635 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 | 309 …odel_checkpoint_paths\', \'all_model_checkpoint_timestamps\', \'last_preserved_timestamp\'], varar… 461 …\', \'latest_filename\', \'all_model_checkpoint_timestamps\', \'last_preserved_timestamp\'], varar…
|