TrackableObjectGraph.TrackableObject.SlotVariableReference

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

Protobuf tipo tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference

Clases anidadas

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

Constantes

En t ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER
En t SLOT_NAME_FIELD_NUMBER
En t SLOT_VARIABLE_NODE_ID_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
TrackableObjectGraph.TrackableObject.SlotVariableReference
com.google.protobuf.Descriptors.Descriptor estático final
En t
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
En t
Cuerda
getSlotName ()
 The name of the slot (e.g.
com.google.protobuf.ByteString
getSlotNameBytes ()
 The name of the slot (e.g.
En t
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
estático TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseDelimitedFrom (entrada InputStream)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (datos ByteBuffer)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (datos com.google.protobuf.ByteString)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TrackableObjectGraph.TrackableObject.SlotVariableReference
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER

Valor constante: 1

public static final int SLOT_NAME_FIELD_NUMBER

Valor constante: 2

público estático final int SLOT_VARIABLE_NODE_ID_FIELD_NUMBER

Valor constante: 3

Métodos públicos

public boolean es igual a (Object obj)

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

public int getOriginalVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
 
int32 original_variable_node_id = 1;

público getParserForType ()

public int getSerializedSize ()

public String getSlotName ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

public com.google.protobuf.ByteString getSlotNameBytes ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

public int getSlotVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
 
int32 slot_variable_node_id = 3;

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

public int hashCode ()

public final boolean isInitialized ()

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

Lanza
IOException

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

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static TrackableObjectGraph.TrackableObject.SlotVariableReference 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