CollectionDef.NodeList

CollectionDef.NodeList de clase final estática pública

 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 tipo tensorflow.CollectionDef.NodeList

Clases anidadas

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

Constantes

En t VALUE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
CollectionDef.NodeList estática
CollectionDef.NodeList
com.google.protobuf.Descriptors.Descriptor estático final
En t
final com.google.protobuf.UnknownFieldSet
Cuerda
getValue (índice int)
repeated string value = 1;
com.google.protobuf.ByteString
getValueBytes (índice int)
repeated string value = 1;
En t
getValueCount ()
repeated string value = 1;
com.google.protobuf.ProtocolStringList
getValueList ()
repeated string value = 1;
En t
booleano final
CollectionDef.NodeList.Builder estático
CollectionDef.NodeList.Builder estático
CollectionDef.NodeList.Builder
CollectionDef.NodeList estática
parseDelimitedFrom (entrada InputStream)
CollectionDef.NodeList estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.NodeList estática
parseFrom (datos ByteBuffer)
CollectionDef.NodeList estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.NodeList estática
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.NodeList estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
CollectionDef.NodeList estática
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.NodeList estática
parseFrom (datos com.google.protobuf.ByteString)
CollectionDef.NodeList estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.NodeList estática
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CollectionDef.NodeList.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int VALUE_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static CollectionDef.NodeList getDefaultInstance ()

public CollectionDef.NodeList getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

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

public String getValue (índice int)

repeated string value = 1;

public com.google.protobuf.ByteString getValueBytes (índice int)

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 (prototipo CollectionDef.NodeList )

public static CollectionDef.NodeList.Builder newBuilder ()

public CollectionDef.NodeList.Builder newBuilderForType ()

public static CollectionDef.NodeList parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static CollectionDef.NodeList parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

CollectionDef.NodeList estática pública parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public CollectionDef.NodeList.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException