classe final pública FeatureList
Containers for sequential data. A FeatureList contains lists of Features. These may hold zero or more Feature values. FeatureLists are organized into categories by name. The FeatureLists message contains the mapping from name to FeatureList.
tensorflow.FeatureList Classes aninhadas
| aula | FeatureList.Builder | Containers for sequential data. | |
Constantes
| interno | FEATURE_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| Lista de recursos estática | |
| Lista de recursos | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Recurso | getFeature (índice interno) repeated .tensorflow.Feature feature = 1; |
| interno | getFeatureCount () repeated .tensorflow.Feature feature = 1; |
| Lista <Recurso> | getFeatureList () repeated .tensorflow.Feature feature = 1; |
| FeatureOrBuilder | getFeatureOrBuilder (índice interno) repeated .tensorflow.Feature feature = 1; |
| Lista<? estende FeatureOrBuilder > | getFeatureOrBuilderList () repeated .tensorflow.Feature feature = 1; |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| FeatureList.Builder estático | newBuilder (protótipo FeatureList ) |
| FeatureList.Builder estático | |
| FeatureList.Builder | |
| Lista de recursos estática | parseDelimitedFrom (entrada InputStream) |
| Lista de recursos estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Lista de recursos estática | parseFrom (dados de ByteBuffer) |
| Lista de recursos estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Lista de recursos estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Lista de recursos estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| Lista de recursos estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Lista de recursos estática | parseFrom (dados com.google.protobuf.ByteString) |
| Lista de recursos estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Lista de recursos estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| FeatureList.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int FEATURE_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 int getFeatureCount ()
repeated .tensorflow.Feature feature = 1;
Lista pública<? estende FeatureOrBuilder > getFeatureOrBuilderList ()
repeated .tensorflow.Feature feature = 1;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static FeatureList parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static FeatureList parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static FeatureList parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static FeatureList parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static FeatureList parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static FeatureList parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static FeatureList parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static FeatureList 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 |
|---|