Package tensorflow

Interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLocalName()
      A user-provided name for the edge.
      org.nd4j.shade.protobuf.ByteString getLocalNameBytes()
      A user-provided name for the edge.
      int getNodeId()
      An index into `CheckpointableObjectGraph.nodes`, indicating the object being referenced.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNodeId

        int getNodeId()
         An index into `CheckpointableObjectGraph.nodes`, indicating the object
         being referenced.
         
        int32 node_id = 1;
        Returns:
        The nodeId.
      • getLocalName

        String getLocalName()
         A user-provided name for the edge.
         
        string local_name = 2;
        Returns:
        The localName.
      • getLocalNameBytes

        org.nd4j.shade.protobuf.ByteString getLocalNameBytes()
         A user-provided name for the edge.
         
        string local_name = 2;
        Returns:
        The bytes for localName.