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 (int インデックス)
repeated string value = 1;
com.google.protobuf.ByteString
getValueBytes (int インデックス)
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.Message other)
最終的なCollectionDef.NodeList.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
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.UnknownFieldSetknownFields)
CollectionDef.NodeList.Builder
setValue (int インデックス、文字列値)
repeated string value = 1;

継承されたメソッド

パブリックメソッド

public CollectionDef.NodeList.Builder addAllValue (Iterable<String> 値)

repeated string value = 1;

public CollectionDef.NodeList.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public CollectionDef.NodeList.Builder addValue (文字列値)

repeated string value = 1;

public CollectionDef.NodeList.Builder addValueBytes (com.google.protobuf.ByteString 値)

repeated string value = 1;

public CollectionDef.NodeList build ()

public CollectionDef.NodeList buildPartial ()

public CollectionDef.NodeList.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public CollectionDef.NodeList.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public CollectionDef.NodeList.Builder clearValue ()

repeated string value = 1;

public CollectionDef.NodeList.Builderクローン()

public CollectionDef.NodeList getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getValue (int インデックス)

repeated string value = 1;

public com.google.protobuf.ByteString getValueBytes (int インデックス)

repeated string value = 1;

public int getValueCount ()

repeated string value = 1;

public com.google.protobuf.ProtocolStringList getValueList ()

repeated string value = 1;

パブリック最終ブール値isInitialized ()

public CollectionDef.NodeList.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public CollectionDef.NodeList.Builder mergeFrom (com.google.protobuf.Message other)

public Final CollectionDef.NodeList.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public CollectionDef.NodeList.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public CollectionDef.NodeList.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final CollectionDef.NodeList.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public CollectionDef.NodeList.Builder setValue (int インデックス、文字列値)

repeated string value = 1;