Searched refs:expect_partial (Results 1 – 5 of 5) sorted by relevance
172 def __init__(self, expect_partial, object_graph_proto, matched_proto_ids, argument174 self.expect_partial = expect_partial179 def set_expect_partial(self, expect_partial): argument180 self.expect_partial = expect_partial183 if self.expect_partial:312 def expect_partial(self): member in _CheckpointRestoreCoordinator315 @expect_partial.setter316 def expect_partial(self, expect_partial): argument317 self.expect_partial_attr = expect_partial318 self._deleter.set_expect_partial(expect_partial)[all …]
400 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()
318 ckpt_path).assert_existing_objects_matched().expect_partial()322 ckpt_path).assert_existing_objects_matched().expect_partial()
256 util.Checkpoint(s=restore_s).read(ckpt_path).expect_partial()258 util.Checkpoint(s2=restore_s).read(ckpt_path).expect_partial()
522 self._checkpoint_options).expect_partial()