Searched refs:all_model_checkpoint_paths (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 62 all_model_checkpoint_paths=None, argument 89 if all_model_checkpoint_paths is None: 90 all_model_checkpoint_paths = [] 92 if (not all_model_checkpoint_paths or 93 all_model_checkpoint_paths[-1] != model_checkpoint_path): 96 all_model_checkpoint_paths.append(model_checkpoint_path) 100 != len(all_model_checkpoint_paths))): 104 % (all_model_checkpoint_paths, all_model_checkpoint_timestamps)) 111 for i in range(len(all_model_checkpoint_paths)): 112 p = all_model_checkpoint_paths[i] [all …]
|
D | checkpoint_management_test.py | 164 self.assertEqual(len(ckpt.all_model_checkpoint_paths), 1) 165 self.assertEqual(ckpt.all_model_checkpoint_paths[-1], abs_path) 175 self.assertEqual(len(ckpt.all_model_checkpoint_paths), 1) 176 self.assertEqual(ckpt.all_model_checkpoint_paths[-1], new_rel_path) 183 save_dir, abs_path, all_model_checkpoint_paths=paths) 187 len(ckpt.all_model_checkpoint_paths), len(paths) if paths else 1) 188 self.assertEqual(ckpt.all_model_checkpoint_paths[-1], abs_path) 199 train_dir, rel_path, all_model_checkpoint_paths=[abs_path, rel_path]) 202 self.assertEqual(len(ckpt.all_model_checkpoint_paths), 2) 203 self.assertEqual(ckpt.all_model_checkpoint_paths[-1], rel_path) [all …]
|
D | checkpoint_state.proto | 15 repeated string all_model_checkpoint_paths = 2; field 16 // Unix timestamps corresponding to all_model_checkpoint_paths, indicating
|
D | saver_test.py | 1120 all_model_checkpoint_paths, save_dir): argument 1124 self.assertEqual(checkpoint_state.all_model_checkpoint_paths, 1125 all_model_checkpoint_paths) 1142 all_model_checkpoint_paths=[s1], 1151 all_model_checkpoint_paths=[s1, s2], 1161 all_model_checkpoint_paths=[s2, s3], 1178 all_model_checkpoint_paths=[s3, s2], 1188 all_model_checkpoint_paths=[s2, s1], 1213 all_model_checkpoint_paths=[s1], 1222 all_model_checkpoint_paths=[s1, s2], [all …]
|
D | session_manager.py | 221 saver.recover_last_checkpoints(ckpt.all_model_checkpoint_paths)
|
D | saver.py | 1183 all_model_checkpoint_paths=self.last_checkpoints,
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/testdata/ |
D | checkpoint | 2 all_model_checkpoint_paths: "model.ckpt-0" 3 all_model_checkpoint_paths: "model.ckpt-46900"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.pbtxt | 309 …argspec: "args=[\'save_dir\', \'model_checkpoint_path\', \'all_model_checkpoint_paths\', \'all_mod… 461 …argspec: "args=[\'save_dir\', \'model_checkpoint_path\', \'all_model_checkpoint_paths\', \'latest_…
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | graph_actions_test.py | 133 all_ckpt_paths = ckpt_state.all_model_checkpoint_paths 443 all_ckpt_paths = ckpt_state.all_model_checkpoint_paths
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | util.py | 1371 all_model_checkpoint_paths=[file_path], 1674 all_model_checkpoint_paths=[file_path],
|
D | util_test.py | 1099 .all_model_checkpoint_paths))
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | network.py | 1422 all_model_checkpoint_paths=[filepath])
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator_test.py | 721 ckpt.all_model_checkpoint_paths)
|