public final class
TupleValue
Represents a Python tuple.
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 |
hashCode()
|
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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int getValuesCount ()
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
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 (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 void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|