classe final estática pública CollectionDef.BytesList
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"
}
}
}
tensorflow.CollectionDef.BytesList Classes aninhadas
| aula | CollectionDef.BytesList.Builder | BytesList is used for collecting strings and serialized protobufs. | |
Constantes
| interno | VALUE_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| CollectionDef.BytesList estática | |
| CollectionDef.BytesList | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| com.google.protobuf.ByteString | getValue (índice interno) repeated bytes value = 1; |
| interno | getValueCount () repeated bytes value = 1; |
| Lista<ByteString> | getValueList () repeated bytes value = 1; |
| interno | código hash () |
| booleano final | |
| Coleção estáticaDef.BytesList.Builder | newBuilder (protótipo CollectionDef.BytesList ) |
| Coleção estáticaDef.BytesList.Builder | |
| 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 (dados de ByteBuffer) |
| CollectionDef.BytesList estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CollectionDef.BytesList estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CollectionDef.BytesList estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| CollectionDef.BytesList estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CollectionDef.BytesList estática | parseFrom (dados com.google.protobuf.ByteString) |
| CollectionDef.BytesList estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CollectionDef.BytesList estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| CollectionDef.BytesList.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)
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 ()
público com.google.protobuf.ByteString getValue (índice int)
repeated bytes value = 1;
público int getValueCount ()
repeated bytes value = 1;
lista pública<ByteString> getValueList ()
repeated bytes value = 1;
hashCode int público ()
público final booleano isInitialized ()
public static CollectionDef.BytesList parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático CollectionDef.BytesList parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static CollectionDef.BytesList parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static CollectionDef.BytesList parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático CollectionDef.BytesList parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static CollectionDef.BytesList parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático CollectionDef.BytesList parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static CollectionDef.BytesList parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static CollectionDef.BytesList 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 |
|---|