TrackableObjectGraph.TrackableObject.ObjectReference

clase final estática pública TrackableObjectGraph.TrackableObject.ObjectReference

Protobuf tipo tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference

Clases anidadas

clase TrackableObjectGraph.TrackableObject.ObjectReference.Builder Protobuf tipo tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference

Constantes

En t LOCAL_NAME_FIELD_NUMBER
En t NODE_ID_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático TrackableObjectGraph.TrackableObject.ObjectReference
TrackableObjectGraph.TrackableObject.ObjectReference
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getLocalName ()
 A user-provided name for the edge.
com.google.protobuf.ByteString
getLocalNameBytes ()
 A user-provided name for the edge.
En t
getNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the object
 being referenced.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático TrackableObjectGraph.TrackableObject.ObjectReference.Builder
estático TrackableObjectGraph.TrackableObject.ObjectReference.Builder
TrackableObjectGraph.TrackableObject.ObjectReference.Builder
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseDelimitedFrom (entrada InputStream)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (datos ByteBuffer)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (datos com.google.protobuf.ByteString)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.ObjectReference
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TrackableObjectGraph.TrackableObject.ObjectReference.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int LOCAL_NAME_FIELD_NUMBER

Valor constante: 2

public static final int NODE_ID_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static TrackableObjectGraph.TrackableObject.ObjectReference getDefaultInstance ()

public TrackableObjectGraph.TrackableObject.ObjectReference getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getLocalName ()

 A user-provided name for the edge.
 
string local_name = 2;

public com.google.protobuf.ByteString getLocalNameBytes ()

 A user-provided name for the edge.
 
string local_name = 2;

public int getNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the object
 being referenced.
 
int32 node_id = 1;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static TrackableObjectGraph.TrackableObject.ObjectReference parseDelimitedFrom (InputStream input)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.ObjectReference parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.ObjectReference parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException