Example

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
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 Example getDefaultInstance ()

public Example getDefaultInstanceForType ()

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

public Features getFeatures ()

.tensorflow.Features features = 1;

public FeaturesOrBuilder getFeaturesOrBuilder ()

.tensorflow.Features features = 1;

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.Builder newBuilder ()

public static Example.Builder newBuilder (Example prototype)

public Example.Builder newBuilderForType ()

public static Example parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static Example parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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 (com.google.protobuf.CodedInputStream input)

Throws
IOException

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 Example.Builder toBuilder ()

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

Throws
IOException