TrackableObjectGraph.TrackableObject.SlotVariableReference

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

Tipo de protobuf tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference

Classes aninhadas

aula TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder Tipo de protobuf tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference

Constantes

interno ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER
interno SLOT_NAME_FIELD_NUMBER
interno SLOT_VARIABLE_NODE_ID_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
TrackableObjectGraph.TrackableObject.SlotVariableReference
final estático com.google.protobuf.Descriptors.Descriptor
interno
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
interno
Corda
getSlotName ()
 The name of the slot (e.g.
com.google.protobuf.ByteString
getSlotNameBytes ()
 The name of the slot (e.g.
interno
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
estático TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
estático TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseDelimitedFrom (entrada InputStream)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (dados de ByteBuffer)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (dados com.google.protobuf.ByteString)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SlotVariableReference estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER

Valor Constante: 1

int final estático público 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

booleano público é igual (Object obj)

público estático TrackableObjectGraph.TrackableObject.SlotVariableReference getDefaultInstance ()

público TrackableObjectGraph.TrackableObject.SlotVariableReference getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público 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 ()

público int getSerializedSize ()

String pública getSlotName ()

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

público com.google.protobuf.ByteString getSlotNameBytes ()

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

público int getSlotVariableNodeId ()

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

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

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

Lança
IOException

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

Lança
IOException

public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException