Searched refs:model_checkpoint_path (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 68 model_checkpoint_path, argument 100 all_model_checkpoint_paths[-1] != model_checkpoint_path): 102 model_checkpoint_path) 103 all_model_checkpoint_paths.append(model_checkpoint_path) 116 if not os.path.isabs(model_checkpoint_path): 117 model_checkpoint_path = os.path.relpath(model_checkpoint_path, save_dir) 123 model_checkpoint_path=model_checkpoint_path, 137 model_checkpoint_path, argument 169 model_checkpoint_path=model_checkpoint_path, 178 model_checkpoint_path, argument [all …]
|
D | checkpoint_state.proto | 9 string model_checkpoint_path = 1; field 13 // Note that the value of model_checkpoint_path should be the last item in
|
D | checkpoint_management_test.py | 162 self.assertEqual(ckpt.model_checkpoint_path, abs_path) 163 self.assertTrue(os.path.isabs(ckpt.model_checkpoint_path)) 174 self.assertEqual(ckpt.model_checkpoint_path, new_rel_path) 184 self.assertEqual(ckpt.model_checkpoint_path, abs_path) 185 self.assertTrue(os.path.isabs(ckpt.model_checkpoint_path)) 201 self.assertEqual(ckpt.model_checkpoint_path, rel_path) 215 model_checkpoint_path=abs_path2, 224 self.assertEqual(ckpt.model_checkpoint_path, rel_path2) 231 self.assertEqual(ckpt.model_checkpoint_path, abs_path2) 258 self.assertEqual(ckpt.model_checkpoint_path,
|
D | saver.py | 1186 model_checkpoint_path = self.saver_def.save_tensor_name 1188 model_checkpoint_path = sess.run( 1192 model_checkpoint_path = compat.as_str(model_checkpoint_path) 1194 self._RecordLastCheckpoint(model_checkpoint_path) 1197 model_checkpoint_path=model_checkpoint_path, 1222 return model_checkpoint_path
|
D | session_manager.py | 215 while not ckpt or not ckpt.model_checkpoint_path: 225 saver.restore(sess, ckpt.model_checkpoint_path)
|
D | saver_test.py | 1248 def assertCheckpointState(self, model_checkpoint_path, argument 1251 self.assertEqual(checkpoint_state.model_checkpoint_path, 1252 model_checkpoint_path) 1270 model_checkpoint_path=s1, 1279 model_checkpoint_path=s2, 1289 model_checkpoint_path=s3, 1306 model_checkpoint_path=s2, 1316 model_checkpoint_path=s1, 1341 model_checkpoint_path=s1, 1350 model_checkpoint_path=s2, [all …]
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/testdata/lso_ckpt_tf2.2/ |
D | checkpoint | 1 model_checkpoint_path: "ckpt"
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/testdata/mnist/ |
D | checkpoint | 1 model_checkpoint_path: "model.ckpt-46900"
|
/external/tensorflow/tensorflow/python/keras/protobuf/ |
D | projector_config.proto | 45 string model_checkpoint_path = 1; field
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.pbtxt | 317 …argspec: "args=[\'save_dir\', \'model_checkpoint_path\', \'all_model_checkpoint_paths\', \'all_mod… 469 …argspec: "args=[\'save_dir\', \'model_checkpoint_path\', \'all_model_checkpoint_paths\', \'latest_…
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | util.py | 1667 model_checkpoint_path=file_path, 2104 model_checkpoint_path=file_path,
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training.py | 2193 model_checkpoint_path=filepath,
|