STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.train.-checkpoint-options.pbtxt
A. Unique TensorFlower e853835634 Add an option to choose the I/O Device for saving and loading models.
This option enables saving and restoring models to or from filesystems only
accessible from the localhost when using multiple devices.

The option is available to
 - Save models: tf.saved_model.save()
 - Checkpoints: tf.Checkpoint()

PiperOrigin-RevId: 307858098
Change-Id: I4cd0a81424e306f0eac40bfb30d5067dfc02d1be
2020-04-22 11:27:15 -07:00

14 lines
437 B
Plaintext

path: "tensorflow.train.CheckpointOptions"
tf_class {
is_instance: "<class \'tensorflow.python.training.saving.checkpoint_options.CheckpointOptions\'>"
is_instance: "<type \'object\'>"
member {
name: "experimental_io_device"
mtype: "<type \'member_descriptor\'>"
}
member_method {
name: "__init__"
argspec: "args=[\'self\', \'experimental_io_device\'], varargs=None, keywords=None, defaults=[\'None\'], "
}
}