public final class
Example
Protobuf type tensorflow.Example
Nested Classes
class | Example.Builder | Protobuf type tensorflow.Example
|
Constants
int | FEATURES_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static Example | |
Example | |
final static com.google.protobuf.Descriptors.Descriptor | |
Features |
getFeatures()
.tensorflow.Features features = 1;
|
FeaturesOrBuilder |
getFeaturesOrBuilder()
.tensorflow.Features features = 1;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
boolean |
hasFeatures()
.tensorflow.Features features = 1;
|
int |
hashCode()
|
final boolean | |
static Example.Builder | |
static Example.Builder |
newBuilder(Example prototype)
|
Example.Builder | |
static Example |
parseDelimitedFrom(InputStream input)
|
static Example |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Example |
parseFrom(ByteBuffer data)
|
static Example |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Example |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Example |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static Example |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Example |
parseFrom(com.google.protobuf.ByteString data)
|
static Example |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static Example |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
Example.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int FEATURES_FIELD_NUMBER
Constant Value:
1
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 hasFeatures ()
.tensorflow.Features features = 1;
public int hashCode ()
public final boolean isInitialized ()
public static Example parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static Example parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static Example parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static Example parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static Example parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static Example parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static Example 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 |
---|