public final class
Feature
Containers for non-sequential data.
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 |
hashCode()
|
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
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 (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 void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|