CollectionDef.BytesList

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

 BytesList is used for collecting strings and serialized protobufs. For
 example:
 collection_def {
   key: "trainable_variables"
   value {
     bytes_list {
       value: "\n\017conv1/weights:0\022\024conv1/weights/Assign
              \032\024conv1/weights/read:0"
       value: "\n\016conv1/biases:0\022\023conv1/biases/Assign\032
              \023conv1/biases/read:0"
     }
   }
 }
 
Protobuf tipo tensorflow.CollectionDef.BytesList

Clases anidadas

clase CollectionDef.BytesList.Builder
 BytesList is used for collecting strings and serialized protobufs. 

Constantes

En t VALUE_FIELD_NUMBER

Métodos públicos

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

Métodos heredados

Constantes

public static final int VALUE_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static CollectionDef.BytesList getDefaultInstance ()

public CollectionDef.BytesList getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

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

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

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

Lista pública <ByteString> getValueList ()

repeated bytes value = 1;

public int hashCode ()

public final boolean isInitialized ()

public static CollectionDef.BytesList.Builder newBuilder (prototipo CollectionDef.BytesList )

public static CollectionDef.BytesList.Builder newBuilder ()

public CollectionDef.BytesList.Builder newBuilderForType ()

public static CollectionDef.BytesList parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static CollectionDef.BytesList parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public CollectionDef.BytesList.Builder toBuilder ()

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

Lanza
IOException