Recurso de aula final pública
Containers for non-sequential data.
tensorflow.Feature Classes aninhadas
| aula | Feature.Builder | Containers for non-sequential data. | |
| enumeração | Recurso.KindCase | ||
Constantes
| interno | BYTES_LIST_FIELD_NUMBER | |
| interno | FLOAT_LIST_FIELD_NUMBER | |
| interno | INT64_LIST_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| Lista de Bytes | getBytesList () .tensorflow.BytesList bytes_list = 1; |
| BytesListOrBuilder | getBytesListOrBuilder () .tensorflow.BytesList bytes_list = 1; |
| Recurso estático | |
| Recurso | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Lista flutuante | getFloatList () .tensorflow.FloatList float_list = 2; |
| FloatListOrBuilder | getFloatListOrBuilder () .tensorflow.FloatList float_list = 2; |
| ListaInt64 | getInt64List () .tensorflow.Int64List int64_list = 3; |
| Int64ListOrBuilder | getInt64ListOrBuilder () .tensorflow.Int64List int64_list = 3; |
| Recurso.KindCase | getKindCase () |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | hasBytesList () .tensorflow.BytesList bytes_list = 1; |
| booleano | hasFloatList () .tensorflow.FloatList float_list = 2; |
| booleano | hasInt64List () .tensorflow.Int64List int64_list = 3; |
| interno | código hash () |
| booleano final | |
| Feature.Builder estático | newBuilder (protótipo de recurso ) |
| Feature.Builder estático | |
| Feature.Builder | |
| Recurso estático | parseDelimitedFrom (entrada InputStream) |
| Recurso estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Recurso estático | parseFrom (dados de ByteBuffer) |
| Recurso estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Recurso estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Recurso estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| Recurso estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Recurso estático | parseFrom (dados com.google.protobuf.ByteString) |
| Recurso estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Recurso estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| Feature.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int BYTES_LIST_FIELD_NUMBER
Valor Constante: 1
público estático final int FLOAT_LIST_FIELD_NUMBER
Valor Constante: 2
público estático final int INT64_LIST_FIELD_NUMBER
Valor Constante: 3
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 ()
hasBytesList booleano público ()
.tensorflow.BytesList bytes_list = 1;
hasFloatList booleano público ()
.tensorflow.FloatList float_list = 2;
hasInt64List booleano público ()
.tensorflow.Int64List int64_list = 3;
hashCode int público ()
público final booleano isInitialized ()
recurso estático público parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
recurso estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
recurso estático público parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
recurso estático público parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
recurso estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
recurso estático público parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
recurso estático público 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 |
|---|