Package tensorflow
Interface SavedObjectGraphOuterClass.SaveableObjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.SaveableObject,SavedObjectGraphOuterClass.SaveableObject.Builder
- Enclosing class:
SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.SaveableObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 restore_function = 3;intNode ids of concrete functions for saving and loading from a checkpoint.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSaveFunction
int getSaveFunction()Node ids of concrete functions for saving and loading from a checkpoint. These functions save and restore directly from tensors.
int32 save_function = 2;- Returns:
- The saveFunction.
-
getRestoreFunction
int getRestoreFunction()int32 restore_function = 3;- Returns:
- The restoreFunction.
-