کلاس نهایی استاتیک عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
نوع Protobuf tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference
روش های عمومی
روش های ارثی
روش های عمومی
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
عمومی 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;
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder clearSlotName ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
عمومی 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 ()
عمومی 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;
رشته عمومی getSlotName ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
عمومی com.google.protobuf.ByteString getSlotNameBytes ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
عمومی int getSlotVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;
بولین نهایی عمومی isInitialized ()
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeFrom (com.google.protobuf.Message other)
نهایی عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setOriginalVariableNodeId (مقدار int)
An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setSlotName (مقدار رشته)
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setSlotNameBytes (com.google.protobuf.ByteString مقدار)
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
عمومی TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setSlotVariableNodeId (مقدار int)
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;