Interface SavedObjectGraphOuterClass.SaveableObjectOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SavedObjectGraphOuterClass.SaveableObject, SavedObjectGraphOuterClass.SaveableObject.Builder
Enclosing class:
SavedObjectGraphOuterClass

public static interface SavedObjectGraphOuterClass.SaveableObjectOrBuilder extends MessageOrBuilder
  • 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.