TrackableObjectGraph.TrackableObject.SlotVariableReference

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

tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference type tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference

Classes aninhadas

aula TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference type tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference

Constantes

int ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER
int SLOT_NAME_FIELD_NUMBER
int SLOT_VARIABLE_NODE_ID_FIELD_NUMBER

Métodos Públicos

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

Métodos herdados

Constantes

public static final int ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER

Valor Constante: 1

public static final int SLOT_NAME_FIELD_NUMBER

Valor constante: 2

public static final int SLOT_VARIABLE_NODE_ID_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (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)

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (com.google.protobuf.ByteString data, 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