classe final pública estática 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"
}
}
tensorflow.CollectionDef.NodeList tipo tensorflow.CollectionDef.NodeList Métodos Públicos
| CollectionDef.NodeList.Builder | addAllValue (valores Iterable <String>) repeated string value = 1; |
| CollectionDef.NodeList.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| CollectionDef.NodeList.Builder | addValue (valor String) repeated string value = 1; |
| CollectionDef.NodeList.Builder | addValueBytes (com.google.protobuf.ByteString value) repeated string value = 1; |
| CollectionDef.NodeList | build () |
| CollectionDef.NodeList | buildPartial () |
| CollectionDef.NodeList.Builder | limpar () |
| CollectionDef.NodeList.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| CollectionDef.NodeList.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| CollectionDef.NodeList.Builder | clearValue () repeated string value = 1; |
| CollectionDef.NodeList.Builder | clone () |
| CollectionDef.NodeList | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getValue (int index) repeated string value = 1; |
| com.google.protobuf.ByteString | |
| int | getValueCount () repeated string value = 1; |
| com.google.protobuf.ProtocolStringList | getValueList () repeated string value = 1; |
| final booleano | |
| CollectionDef.NodeList.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CollectionDef.NodeList.Builder | mergeFrom (com.google.protobuf.Message other) |
| final CollectionDef.NodeList.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| CollectionDef.NodeList.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| CollectionDef.NodeList.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
| final CollectionDef.NodeList.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| CollectionDef.NodeList.Builder | setValue (índice int, valor String) repeated string value = 1; |
Métodos herdados
Métodos Públicos
public CollectionDef.NodeList.Builder addAllValue (Iterable <String> values)
repeated string value = 1;
public CollectionDef.NodeList.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public CollectionDef.NodeList.Builder addValueBytes (com.google.protobuf.ByteString value)
repeated string value = 1;
public CollectionDef.NodeList.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
public CollectionDef.NodeList.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getValue (int index)
repeated string value = 1;
public com.google.protobuf.ByteString getValueBytes (int index)
repeated string value = 1;
public int getValueCount ()
repeated string value = 1;
public com.google.protobuf.ProtocolStringList getValueList ()
repeated string value = 1;
public final boolean isInitialized ()
public CollectionDef.NodeList.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|