SaveableObject.Builder

public static final class SaveableObject.Builder

Protobuf type tensorflow.SaveableObject

Public Methods

SaveableObject.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SaveableObject
build()
SaveableObject
SaveableObject.Builder
clear()
SaveableObject.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SaveableObject.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SaveableObject.Builder
clearRestoreFunction()
int32 restore_function = 3;
SaveableObject.Builder
clearSaveFunction()
 Node ids of concrete functions for saving and loading from a checkpoint.
SaveableObject.Builder
clone()
SaveableObject
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
int
getRestoreFunction()
int32 restore_function = 3;
int
getSaveFunction()
 Node ids of concrete functions for saving and loading from a checkpoint.
final boolean
SaveableObject.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject.Builder
mergeFrom(com.google.protobuf.Message other)
final SaveableObject.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SaveableObject.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SaveableObject.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
SaveableObject.Builder
setRestoreFunction(int value)
int32 restore_function = 3;
SaveableObject.Builder
setSaveFunction(int value)
 Node ids of concrete functions for saving and loading from a checkpoint.
final SaveableObject.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public SaveableObject.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SaveableObject build ()

public SaveableObject buildPartial ()

public SaveableObject.Builder clear ()

public SaveableObject.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public SaveableObject.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SaveableObject.Builder clearRestoreFunction ()

int32 restore_function = 3;

public SaveableObject.Builder clearSaveFunction ()

 Node ids of concrete functions for saving and loading from a checkpoint.
 
int32 save_function = 2;

public SaveableObject.Builder clone ()

public SaveableObject getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public int getRestoreFunction ()

int32 restore_function = 3;

public int getSaveFunction ()

 Node ids of concrete functions for saving and loading from a checkpoint.
 
int32 save_function = 2;

public final boolean isInitialized ()

public SaveableObject.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public SaveableObject.Builder mergeFrom (com.google.protobuf.Message other)

public final SaveableObject.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SaveableObject.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SaveableObject.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public SaveableObject.Builder setRestoreFunction (int value)

int32 restore_function = 3;

public SaveableObject.Builder setSaveFunction (int value)

 Node ids of concrete functions for saving and loading from a checkpoint.
 
int32 save_function = 2;

public final SaveableObject.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)