public static final class
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
Protobuf type tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference
Public Methods
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
abstract int |
getOriginalVariableNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for. |
abstract String |
getSlotName()
The name of the slot (e.g. |
abstract com.google.protobuf.ByteString |
getSlotNameBytes()
The name of the slot (e.g. |
abstract int |
getSlotVariableNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable. |
Public Methods
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearOriginalVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearSlotName ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearSlotVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getOriginalVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;
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 boolean isInitialized ()
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeFrom (com.google.protobuf.Message other)
public final TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setOriginalVariableNodeId (int value)
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setSlotName (String value)
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setSlotNameBytes (com.google.protobuf.ByteString value)
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setSlotVariableNodeId (int value)
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;