CollectionDef.NodeList

classe final estática pública 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"
     }
   }
 
Tipo de protobuf tensorflow.CollectionDef.NodeList

Classes aninhadas

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

Constantes

interno VALUE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
Coleção estáticaDef.NodeList
ColeçãoDef.NodeList
final estático com.google.protobuf.Descriptors.Descriptor
interno
final com.google.protobuf.UnknownFieldSet
Corda
getValue (índice interno)
repeated string value = 1;
com.google.protobuf.ByteString
getValueBytes (índice interno)
repeated string value = 1;
interno
getValueCount ()
repeated string value = 1;
com.google.protobuf.ProtocolStringList
getValueList ()
repeated string value = 1;
interno
booleano final
Coleção estáticaDef.NodeList.Builder
Coleção estáticaDef.NodeList.Builder
CollectionDef.NodeList.Builder
Coleção estáticaDef.NodeList
parseDelimitedFrom (entrada InputStream)
Coleção estáticaDef.NodeList
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Coleção estáticaDef.NodeList
parseFrom (dados de ByteBuffer)
Coleção estáticaDef.NodeList
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Coleção estáticaDef.NodeList
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Coleção estáticaDef.NodeList
parseFrom (entrada com.google.protobuf.CodedInputStream)
Coleção estáticaDef.NodeList
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Coleção estáticaDef.NodeList
parseFrom (dados com.google.protobuf.ByteString)
Coleção estáticaDef.NodeList
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Coleção estáticaDef.NodeList
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CollectionDef.NodeList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público VALUE_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

público estático CollectionDef.NodeList getDefaultInstance ()

public CollectionDef.NodeList getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

string pública getValue (índice int)

repeated string value = 1;

público com.google.protobuf.ByteString getValueBytes (índice int)

repeated string value = 1;

público int getValueCount ()

repeated string value = 1;

público com.google.protobuf.ProtocolStringList getValueList ()

repeated string value = 1;

hashCode int público ()

público final booleano isInitialized ()

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

Coleção estática públicaDef.NodeList.Builder newBuilder ()

public static CollectionDef.NodeList parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático CollectionDef.NodeList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático CollectionDef.NodeList parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

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

Lança
IOException