Interface SavedObjectGraphOuterClass.SavedObjectOrBuilder

    • Method Detail

      • getChildrenCount

        int getChildrenCount()
         Objects which this object depends on: named edges in the dependency
         graph.
         Note: currently only valid if kind == "user_object".
         
        repeated .org.platanios.tensorflow.proto.TrackableObjectGraph.TrackableObject.ObjectReference children = 1;
      • getSlotVariablesList

        java.util.List<TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReference> getSlotVariablesList()
         Slot variables owned by this object. This describes the three-way
         (optimizer, variable, slot variable) relationship; none of the three
         depend on the others directly.
         Note: currently only valid if kind == "user_object".
         
        repeated .org.platanios.tensorflow.proto.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
      • getSlotVariables

        TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables​(int index)
         Slot variables owned by this object. This describes the three-way
         (optimizer, variable, slot variable) relationship; none of the three
         depend on the others directly.
         Note: currently only valid if kind == "user_object".
         
        repeated .org.platanios.tensorflow.proto.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
      • getSlotVariablesCount

        int getSlotVariablesCount()
         Slot variables owned by this object. This describes the three-way
         (optimizer, variable, slot variable) relationship; none of the three
         depend on the others directly.
         Note: currently only valid if kind == "user_object".
         
        repeated .org.platanios.tensorflow.proto.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
      • getSlotVariablesOrBuilderList

        java.util.List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder> getSlotVariablesOrBuilderList()
         Slot variables owned by this object. This describes the three-way
         (optimizer, variable, slot variable) relationship; none of the three
         depend on the others directly.
         Note: currently only valid if kind == "user_object".
         
        repeated .org.platanios.tensorflow.proto.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
      • getSlotVariablesOrBuilder

        TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder​(int index)
         Slot variables owned by this object. This describes the three-way
         (optimizer, variable, slot variable) relationship; none of the three
         depend on the others directly.
         Note: currently only valid if kind == "user_object".
         
        repeated .org.platanios.tensorflow.proto.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3;
      • hasUserObject

        boolean hasUserObject()
        .org.platanios.tensorflow.proto.SavedUserObject user_object = 4;
        Returns:
        Whether the userObject field is set.
      • hasAsset

        boolean hasAsset()
        .org.platanios.tensorflow.proto.SavedAsset asset = 5;
        Returns:
        Whether the asset field is set.
      • hasFunction

        boolean hasFunction()
        .org.platanios.tensorflow.proto.SavedFunction function = 6;
        Returns:
        Whether the function field is set.
      • hasVariable

        boolean hasVariable()
        .org.platanios.tensorflow.proto.SavedVariable variable = 7;
        Returns:
        Whether the variable field is set.
      • hasBareConcreteFunction

        boolean hasBareConcreteFunction()
        .org.platanios.tensorflow.proto.SavedBareConcreteFunction bare_concrete_function = 8;
        Returns:
        Whether the bareConcreteFunction field is set.
      • hasConstant

        boolean hasConstant()
        .org.platanios.tensorflow.proto.SavedConstant constant = 9;
        Returns:
        Whether the constant field is set.
      • hasResource

        boolean hasResource()
        .org.platanios.tensorflow.proto.SavedResource resource = 10;
        Returns:
        Whether the resource field is set.