Home
last modified time | relevance | path

Searched refs:all_model_checkpoint_paths (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management.py62 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 …]
Dcheckpoint_management_test.py164 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 …]
Dcheckpoint_state.proto15 repeated string all_model_checkpoint_paths = 2; field
16 // Unix timestamps corresponding to all_model_checkpoint_paths, indicating
Dsaver_test.py1120 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 …]
Dsession_manager.py221 saver.recover_last_checkpoints(ckpt.all_model_checkpoint_paths)
Dsaver.py1183 all_model_checkpoint_paths=self.last_checkpoints,
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/testdata/
Dcheckpoint2 all_model_checkpoint_paths: "model.ckpt-0"
3 all_model_checkpoint_paths: "model.ckpt-46900"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.pbtxt309 …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/
Dgraph_actions_test.py133 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/
Dutil.py1371 all_model_checkpoint_paths=[file_path],
1674 all_model_checkpoint_paths=[file_path],
Dutil_test.py1099 .all_model_checkpoint_paths))
/external/tensorflow/tensorflow/python/keras/engine/
Dnetwork.py1422 all_model_checkpoint_paths=[filepath])
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py721 ckpt.all_model_checkpoint_paths)