공개 정적 최종 클래스 TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder
Protobuf 유형 tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference
공개 방법
상속된 메서드
공개 방법
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 TrackableObjectGraph.TrackableObject.SlotVariableReference.BuilderclearField (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 클리어SlotName ()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
공개 TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder 클리어SlotVariableNodeId ()
An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 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)
던지기
IO예외 |
---|
공개 TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeFrom (com.google.protobuf.기타 메시지)
공개 최종 TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 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;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 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;