Home
last modified time | relevance | path

Searched refs:ckpt_options (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/distribute/
Dcheckpointing_test.py117 ckpt_options = checkpoint_options.CheckpointOptions(
126 save_path = checkpoint.save(prefix, options=ckpt_options)
137 checkpoint.restore(save_path, options=ckpt_options)
/external/tensorflow/tensorflow/python/saved_model/
Dload.py123 ckpt_options, filters): argument
133 self._checkpoint_options = ckpt_options
890 ckpt_options = checkpoint_options.CheckpointOptions(
895 ckpt_options, filters)
Dsave.py1093 ckpt_options = checkpoint_options.CheckpointOptions(
1096 utils_impl.get_variables_path(export_dir), options=ckpt_options)