public static final class
TrackableObjectGraph.TrackableObject.SlotVariableReference
Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference
Nested Classes
class | TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder | Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference
|
Constants
int | ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER | |
int | SLOT_NAME_FIELD_NUMBER | |
int | SLOT_VARIABLE_NODE_ID_FIELD_NUMBER |
Public Methods
boolean |
equals(Object 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 | |
String |
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 |
hashCode()
|
final boolean | |
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(ByteBuffer data)
|
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)
|
static
|
parser()
|
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ORIGINAL_VARIABLE_NODE_ID_FIELD_NUMBER
Constant Value:
1
public static final int SLOT_NAME_FIELD_NUMBER
Constant Value:
2
public static final int SLOT_VARIABLE_NODE_ID_FIELD_NUMBER
Constant Value:
3
Public Methods
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;
public
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.Builder newBuilder (TrackableObjectGraph.TrackableObject.SlotVariableReference prototype)
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseDelimitedFrom (InputStream input)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static TrackableObjectGraph.TrackableObject.SlotVariableReference parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|