CollectionDef.NodeList.Builder

공개 정적 최종 클래스 CollectionDef.NodeList.Builder

 NodeList is used for collecting nodes in graph. For example
 collection_def {
   key: "summaries"
   value {
     node_list {
       value: "input_producer/ScalarSummary:0"
       value: "shuffle_batch/ScalarSummary:0"
       value: "ImageSummary:0"
     }
   }
 
Protobuf 유형 tensorflow.CollectionDef.NodeList

공개 방법

CollectionDef.NodeList.Builder
addAllValue (Iterable<String> 값)
repeated string value = 1;
CollectionDef.NodeList.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
CollectionDef.NodeList.Builder
addValue (문자열 값)
repeated string value = 1;
CollectionDef.NodeList.Builder
addValueBytes (com.google.protobuf.ByteString 값)
repeated string value = 1;
CollectionDef.NodeList
짓다 ()
CollectionDef.NodeList
CollectionDef.NodeList.Builder
CollectionDef.NodeList.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
CollectionDef.NodeList.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CollectionDef.NodeList.Builder
클리어값 ()
repeated string value = 1;
CollectionDef.NodeList.Builder
클론 ()
CollectionDef.NodeList
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getValue (정수 인덱스)
repeated string value = 1;
com.google.protobuf.ByteString
getValueBytes (정수 인덱스)
repeated string value = 1;
정수
getValueCount ()
repeated string value = 1;
com.google.protobuf.ProtocolStringList
getValueList ()
repeated string value = 1;
최종 부울
CollectionDef.NodeList.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
CollectionDef.NodeList.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 CollectionDef.NodeList.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
CollectionDef.NodeList.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
CollectionDef.NodeList.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 CollectionDef.NodeList.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
CollectionDef.NodeList.Builder
setValue (int 인덱스, 문자열 값)
repeated string value = 1;

상속된 메서드

공개 방법

공개 CollectionDef.NodeList.Builder addAllValue (Iterable<String> 값)

repeated string value = 1;

public CollectionDef.NodeList.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공용 CollectionDef.NodeList.Builder addValue (문자열 값)

repeated string value = 1;

공개 CollectionDef.NodeList.Builder addValueBytes (com.google.protobuf.ByteString 값)

repeated string value = 1;

공개 CollectionDef.NodeList 빌드 ()

공개 CollectionDef.NodeList buildPartial ()

공개 CollectionDef.NodeList.Builder 지우기 ()

공개 CollectionDef.NodeList.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 CollectionDef.NodeList.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 CollectionDef.NodeList.Builder 클리어값 ()

repeated string value = 1;

공개 CollectionDef.NodeList getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 getValue (int 인덱스)

repeated string value = 1;

공개 com.google.protobuf.ByteString getValueBytes (int 인덱스)

repeated string value = 1;

공개 int getValueCount ()

repeated string value = 1;

공개 com.google.protobuf.ProtocolStringList getValueList ()

repeated string value = 1;

공개 최종 부울 isInitialized ()

공개 CollectionDef.NodeList.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 CollectionDef.NodeList.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 최종 CollectionDef.NodeList.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public CollectionDef.NodeList.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

public CollectionDef.NodeList.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 최종 CollectionDef.NodeList.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public CollectionDef.NodeList.Builder setValue (int 인덱스, 문자열 값)

repeated string value = 1;