Home
last modified time | relevance | path

Searched refs:expect_partial (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint.py172 def __init__(self, expect_partial, object_graph_proto, matched_proto_ids, argument
174 self.expect_partial = expect_partial
179 def set_expect_partial(self, expect_partial): argument
180 self.expect_partial = expect_partial
183 if self.expect_partial:
312 def expect_partial(self): member in _CheckpointRestoreCoordinator
315 @expect_partial.setter
316 def expect_partial(self, expect_partial): argument
317 self.expect_partial_attr = expect_partial
318 self._deleter.set_expect_partial(expect_partial)
[all …]
Dcheckpoint_test.py400 partial_root.restore(save_path).expect_partial()
972 load_checkpoint.restore(saved_model_dir + "no").expect_partial()
974 load_checkpoint.restore(saved_model_dir).expect_partial()
1011 checkpoint.restore(save_path).expect_partial()
/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util_test.py318 ckpt_path).assert_existing_objects_matched().expect_partial()
322 ckpt_path).assert_existing_objects_matched().expect_partial()
/external/tensorflow/tensorflow/python/saved_model/registration/
Dregistration_saving_test.py256 util.Checkpoint(s=restore_s).read(ckpt_path).expect_partial()
258 util.Checkpoint(s2=restore_s).read(ckpt_path).expect_partial()
/external/tensorflow/tensorflow/python/saved_model/
Dload.py522 self._checkpoint_options).expect_partial()