SequenceExample

public final class SequenceExample

Protobuf type tensorflow.SequenceExample

Nested Classes

class SequenceExample.Builder Protobuf type tensorflow.SequenceExample  

Constants

int CONTEXT_FIELD_NUMBER
int FEATURE_LISTS_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
Features
getContext()
.tensorflow.Features context = 1;
FeaturesOrBuilder
getContextOrBuilder()
.tensorflow.Features context = 1;
static SequenceExample
SequenceExample
final static com.google.protobuf.Descriptors.Descriptor
FeatureLists
getFeatureLists()
.tensorflow.FeatureLists feature_lists = 2;
FeatureListsOrBuilder
getFeatureListsOrBuilder()
.tensorflow.FeatureLists feature_lists = 2;
int
final com.google.protobuf.UnknownFieldSet
boolean
hasContext()
.tensorflow.Features context = 1;
boolean
hasFeatureLists()
.tensorflow.FeatureLists feature_lists = 2;
int
final boolean
static SequenceExample.Builder
static SequenceExample.Builder
SequenceExample.Builder
static SequenceExample
parseDelimitedFrom(InputStream input)
static SequenceExample
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequenceExample
parseFrom(ByteBuffer data)
static SequenceExample
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequenceExample
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequenceExample
parseFrom(com.google.protobuf.CodedInputStream input)
static SequenceExample
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequenceExample
parseFrom(com.google.protobuf.ByteString data)
static SequenceExample
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SequenceExample
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
SequenceExample.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int CONTEXT_FIELD_NUMBER

Constant Value: 1

public static final int FEATURE_LISTS_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public Features getContext ()

.tensorflow.Features context = 1;

public FeaturesOrBuilder getContextOrBuilder ()

.tensorflow.Features context = 1;

public static SequenceExample getDefaultInstance ()

public SequenceExample getDefaultInstanceForType ()

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

public FeatureLists getFeatureLists ()

.tensorflow.FeatureLists feature_lists = 2;

public FeatureListsOrBuilder getFeatureListsOrBuilder ()

.tensorflow.FeatureLists feature_lists = 2;

public getParserForType ()

public int getSerializedSize ()

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

public boolean hasContext ()

.tensorflow.Features context = 1;

public boolean hasFeatureLists ()

.tensorflow.FeatureLists feature_lists = 2;

public int hashCode ()

public final boolean isInitialized ()

public static SequenceExample.Builder newBuilder (SequenceExample prototype)

public static SequenceExample.Builder newBuilder ()

public SequenceExample.Builder newBuilderForType ()

public static SequenceExample parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static SequenceExample parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public SequenceExample.Builder toBuilder ()

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

Throws
IOException