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 Type
    Method
    Description
    int
    int32 restore_function = 3;
    int
    Node ids of concrete functions for saving and loading from a checkpoint.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.