CollectionDef.NodeList

classe final pública estática CollectionDef.NodeList

 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

Classes aninhadas

aula CollectionDef.NodeList.Builder
 NodeList is used for collecting nodes in graph. 

Constantes

int VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static CollectionDef.NodeList
CollectionDef.NodeList
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
Fragmento
getValue (int index)
repeated string value = 1;
com.google.protobuf.ByteString
getValueBytes (índice interno )
repeated string value = 1;
int
getValueCount ()
repeated string value = 1;
com.google.protobuf.ProtocolStringList
getValueList ()
repeated string value = 1;
int
final booleano
static CollectionDef.NodeList.Builder
static CollectionDef.NodeList.Builder
CollectionDef.NodeList.Builder
static CollectionDef.NodeList
parseDelimitedFrom (InputStream input)
static CollectionDef.NodeList
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.NodeList
parseFrom (dados ByteBuffer)
static CollectionDef.NodeList
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.NodeList
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.NodeList
parseFrom (com.google.protobuf.CodedInputStream input)
static CollectionDef.NodeList
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.NodeList
parseFrom (com.google.protobuf.ByteString data)
static CollectionDef.NodeList
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CollectionDef.NodeList
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CollectionDef.NodeList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int VALUE_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static CollectionDef.NodeList getDefaultInstance ()

public CollectionDef.NodeList getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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 int hashCode ()

public final boolean isInitialized ()

public static CollectionDef.NodeList.Builder newBuilder (protótipo CollectionDef.NodeList )

public static CollectionDef.NodeList.Builder newBuilder ()

public CollectionDef.NodeList.Builder newBuilderForType ()

public static CollectionDef.NodeList parseDelimitedFrom (InputStream input)

Lança
IOException

public static CollectionDef.NodeList parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CollectionDef.NodeList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static CollectionDef.NodeList parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CollectionDef.NodeList parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CollectionDef.NodeList parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static CollectionDef.NodeList parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CollectionDef.NodeList parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static CollectionDef.NodeList parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CollectionDef.NodeList parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public CollectionDef.NodeList.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException