TupleValue

public final class TupleValue

 Represents a Python tuple.
 
Protobuf type tensorflow.TupleValue

Nested Classes

class TupleValue.Builder
 Represents a Python tuple. 

Constants

int VALUES_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static TupleValue
TupleValue
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
StructuredValue
getValues(int index)
repeated .tensorflow.StructuredValue values = 1;
int
getValuesCount()
repeated .tensorflow.StructuredValue values = 1;
List<StructuredValue>
getValuesList()
repeated .tensorflow.StructuredValue values = 1;
StructuredValueOrBuilder
getValuesOrBuilder(int index)
repeated .tensorflow.StructuredValue values = 1;
List<? extends StructuredValueOrBuilder>
getValuesOrBuilderList()
repeated .tensorflow.StructuredValue values = 1;
int
final boolean
static TupleValue.Builder
newBuilder(TupleValue prototype)
static TupleValue.Builder
TupleValue.Builder
static TupleValue
parseDelimitedFrom(InputStream input)
static TupleValue
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TupleValue
parseFrom(ByteBuffer data)
static TupleValue
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TupleValue
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TupleValue
parseFrom(com.google.protobuf.CodedInputStream input)
static TupleValue
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TupleValue
parseFrom(com.google.protobuf.ByteString data)
static TupleValue
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TupleValue
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
TupleValue.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int VALUES_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static TupleValue getDefaultInstance ()

public TupleValue getDefaultInstanceForType ()

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

public getParserForType ()

public int getSerializedSize ()

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

public StructuredValue getValues (int index)

repeated .tensorflow.StructuredValue values = 1;

public int getValuesCount ()

repeated .tensorflow.StructuredValue values = 1;

public List<StructuredValue> getValuesList ()

repeated .tensorflow.StructuredValue values = 1;

public StructuredValueOrBuilder getValuesOrBuilder (int index)

repeated .tensorflow.StructuredValue values = 1;

public List<? extends StructuredValueOrBuilder> getValuesOrBuilderList ()

repeated .tensorflow.StructuredValue values = 1;

public int hashCode ()

public final boolean isInitialized ()

public static TupleValue.Builder newBuilder (TupleValue prototype)

public static TupleValue.Builder newBuilder ()

public TupleValue.Builder newBuilderForType ()

public static TupleValue parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static TupleValue parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public TupleValue.Builder toBuilder ()

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

Throws
IOException