Feature

Caratteristica della classe finale pubblica

 Containers for non-sequential data.
 
Protobuf tipo tensorflow.Feature

Classi nidificate

classe Feature.Builder
 Containers for non-sequential data. 
enum Feature.KindCase

Costanti

int BYTES_LIST_FIELD_NUMBER
int FLOAT_LIST_FIELD_NUMBER
int INT64_LIST_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Elenco byte
getBytesList ()
.tensorflow.BytesList bytes_list = 1;
BytesListOrBuilder
getBytesListOrBuilder ()
.tensorflow.BytesList bytes_list = 1;
Caratteristica statica
Caratteristica
com.google.protobuf.Descriptors.Descriptor statico finale
FloatList
getListaFloat ()
.tensorflow.FloatList float_list = 2;
FloatListOrBuilder
getFloatListOrBuilder ()
.tensorflow.FloatList float_list = 2;
Int64List
getInt64Lista ()
.tensorflow.Int64List int64_list = 3;
Int64ListOrBuilder
getInt64ListOrBuilder ()
.tensorflow.Int64List int64_list = 3;
Feature.KindCase
int
finale 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;
int
booleano finale
Feature.Builder statico
Feature.Builder statico
Feature.Builder
Caratteristica statica
parseDelimitedFrom (input InputStream)
Caratteristica statica
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Caratteristica statica
parseFrom (dati ByteBuffer)
Caratteristica statica
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Caratteristica statica
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Caratteristica statica
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Caratteristica statica
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Caratteristica statica
parseFrom (dati com.google.protobuf.ByteString)
Caratteristica statica
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Caratteristica statica
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
Feature.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

pubblico statico finale int BYTES_LIST_FIELD_NUMBER

Valore costante: 1

public static final int FLOAT_LIST_FIELD_NUMBER

Valore costante: 2

public static final int INT64_LIST_FIELD_NUMBER

Valore costante: 3

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public BytesList getBytesList ()

.tensorflow.BytesList bytes_list = 1;

public BytesListOrBuilder getBytesListOrBuilder ()

.tensorflow.BytesList bytes_list = 1;

Funzionalità statica pubblica getDefaultInstance ()

Funzionalità pubblica getDefaultInstanceForType ()

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

public FloatList getFloatList ()

.tensorflow.FloatList float_list = 2;

public FloatListOrBuilder getFloatListOrBuilder ()

.tensorflow.FloatList float_list = 2;

public Int64List getInt64List ()

.tensorflow.Int64List int64_list = 3;

public Int64ListOrBuilder getInt64ListOrBuilder ()

.tensorflow.Int64List int64_list = 3;

pubblica Feature.KindCase getKindCase ()

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasBytesList booleano pubblico ()

.tensorflow.BytesList bytes_list = 1;

hasFloatList booleano pubblico ()

.tensorflow.FloatList float_list = 2;

pubblico booleano hasInt64List ()

.tensorflow.Int64List int64_list = 3;

public int hashCode ()

public final booleano isInitialized ()

public static Feature.Builder newBuilder (prototipo di funzionalità )

pubblico statico Feature.Builder newBuilder ()

pubblico Feature.Builder newBuilderForType ()

Funzionalità statica pubblica parseDelimitedFrom (input InputStream)

Lancia
IOException

Funzionalità statica pubblica parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

Funzionalità statica pubblica parseFrom (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

Funzionalità statica pubblica parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

Funzionalità statica pubblica parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

Funzionalità statica pubblica parseFrom (input com.google.protobuf.CodedInputStream)

Lancia
IOException

Funzionalità statica pubblica parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

Funzionalità statica pubblica parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

Funzionalità statica pubblica parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

Funzionalità statica pubblica parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public Feature.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException