Searched refs:model_checkpoint_path (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | checkpoint_management.py | 64 model_checkpoint_path, argument 96 all_model_checkpoint_paths[-1] != model_checkpoint_path): 98 model_checkpoint_path) 99 all_model_checkpoint_paths.append(model_checkpoint_path) 112 if not os.path.isabs(model_checkpoint_path): 113 model_checkpoint_path = os.path.relpath(model_checkpoint_path, save_dir) 119 model_checkpoint_path=model_checkpoint_path, 133 model_checkpoint_path, argument 165 model_checkpoint_path=model_checkpoint_path, 175 model_checkpoint_path, argument [all …]
|
H A D | checkpoint_management_test.py | 159 self.assertEqual(ckpt.model_checkpoint_path, abs_path) 160 self.assertTrue(os.path.isabs(ckpt.model_checkpoint_path)) 171 self.assertEqual(ckpt.model_checkpoint_path, new_rel_path) 181 self.assertEqual(ckpt.model_checkpoint_path, abs_path) 182 self.assertTrue(os.path.isabs(ckpt.model_checkpoint_path)) 198 self.assertEqual(ckpt.model_checkpoint_path, rel_path) 214 self.assertEqual(ckpt.model_checkpoint_path, rel_path) 225 model_checkpoint_path=abs_path2, 234 self.assertEqual(ckpt.model_checkpoint_path, rel_path2) 241 self.assertEqual(ckpt.model_checkpoint_path, abs_path2) [all …]
|
H A D | checkpoint.py | 1570 model_checkpoint_path=file_path, 1888 model_checkpoint_path=file_path,
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | saver.py | 1282 model_checkpoint_path = self.saver_def.save_tensor_name 1284 model_checkpoint_path = sess.run( 1288 model_checkpoint_path = compat.as_str(model_checkpoint_path) 1290 self._RecordLastCheckpoint(model_checkpoint_path) 1293 model_checkpoint_path=model_checkpoint_path, 1332 filesize=_get_checkpoint_size(model_checkpoint_path)) 1333 return model_checkpoint_path
|
H A 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
|
H A D | saver_test.py | 1314 def assertCheckpointState(self, model_checkpoint_path, argument 1317 self.assertEqual(checkpoint_state.model_checkpoint_path, 1318 model_checkpoint_path) 1336 model_checkpoint_path=s1, 1345 model_checkpoint_path=s2, 1355 model_checkpoint_path=s3, 1372 model_checkpoint_path=s2, 1382 model_checkpoint_path=s1, 1407 model_checkpoint_path=s1, 1416 model_checkpoint_path=s2, [all …]
|
H A D | session_manager.py | 235 while not ckpt or not ckpt.model_checkpoint_path: 246 sess, saver, ckpt.model_checkpoint_path)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/test/testdata/mnist/ |
H A D | checkpoint | 1 model_checkpoint_path: "model.ckpt-46900"
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/ |
H A D | tensorflow.__internal__.train.pbtxt | 17 …argspec: "args=[\'save_dir\', \'model_checkpoint_path\', \'all_model_checkpoint_paths\', \'latest_…
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/protobuf/ |
H A D | projector_config.proto | 45 string model_checkpoint_path = 1; field
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/ |
H A 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_…
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/ |
H A D | training.py | 2248 model_checkpoint_path=filepath,
|