Feature

public final class Feature

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

Nested Classes

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

Constants

int BYTES_LIST_FIELD_NUMBER
int FLOAT_LIST_FIELD_NUMBER
int INT64_LIST_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
BytesList
getBytesList()
.tensorflow.BytesList bytes_list = 1;
BytesListOrBuilder
getBytesListOrBuilder()
.tensorflow.BytesList bytes_list = 1;
static Feature
Feature
final static com.google.protobuf.Descriptors.Descriptor
FloatList
getFloatList()
.tensorflow.FloatList float_list = 2;
FloatListOrBuilder
getFloatListOrBuilder()
.tensorflow.FloatList float_list = 2;
Int64List
getInt64List()
.tensorflow.Int64List int64_list = 3;
Int64ListOrBuilder
getInt64ListOrBuilder()
.tensorflow.Int64List int64_list = 3;
Feature.KindCase
int
final com.google.protobuf.UnknownFieldSet
boolean
hasBytesList()
.tensorflow.BytesList bytes_list = 1;
boolean
hasFloatList()
.tensorflow.FloatList float_list = 2;
boolean
hasInt64List()
.tensorflow.Int64List int64_list = 3;
int
final boolean
static Feature.Builder
newBuilder(Feature prototype)
static Feature.Builder
Feature.Builder
static Feature
parseDelimitedFrom(InputStream input)
static Feature
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
parseFrom(ByteBuffer data)
static Feature
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
parseFrom(com.google.protobuf.CodedInputStream input)
static Feature
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
parseFrom(com.google.protobuf.ByteString data)
static Feature
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feature
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
Feature.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int BYTES_LIST_FIELD_NUMBER

Constant Value: 1

public static final int FLOAT_LIST_FIELD_NUMBER

Constant Value: 2

public static final int INT64_LIST_FIELD_NUMBER

Constant Value: 3

Public Methods

public boolean equals (Object obj)

public BytesList getBytesList ()

.tensorflow.BytesList bytes_list = 1;

public BytesListOrBuilder getBytesListOrBuilder ()

.tensorflow.BytesList bytes_list = 1;

public static Feature getDefaultInstance ()

public Feature 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;

public Feature.KindCase getKindCase ()

public getParserForType ()

public int getSerializedSize ()

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

public boolean hasBytesList ()

.tensorflow.BytesList bytes_list = 1;

public boolean hasFloatList ()

.tensorflow.FloatList float_list = 2;

public boolean hasInt64List ()

.tensorflow.Int64List int64_list = 3;

public int hashCode ()

public final boolean isInitialized ()

public static Feature.Builder newBuilder (Feature prototype)

public static Feature.Builder newBuilder ()

public Feature.Builder newBuilderForType ()

public static Feature parseDelimitedFrom (InputStream input)

Throws
IOException

public static Feature parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static Feature parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static Feature parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static Feature parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static Feature parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static Feature parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public Feature.Builder toBuilder ()

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

Throws
IOException