Package | Description |
---|---|
tensorflow |
Modifier and Type | Method and Description |
---|---|
Struct.TupleValue |
Struct.TupleValue.Builder.build() |
Struct.TupleValue |
Struct.TupleValue.Builder.buildPartial() |
static Struct.TupleValue |
Struct.TupleValue.getDefaultInstance() |
Struct.TupleValue |
Struct.TupleValue.getDefaultInstanceForType() |
Struct.TupleValue |
Struct.TupleValue.Builder.getDefaultInstanceForType() |
Struct.TupleValue |
Struct.StructuredValueOrBuilder.getTupleValue()
Represents a tuple of `Value`.
|
Struct.TupleValue |
Struct.StructuredValue.getTupleValue()
Represents a tuple of `Value`.
|
Struct.TupleValue |
Struct.StructuredValue.Builder.getTupleValue()
Represents a tuple of `Value`.
|
static Struct.TupleValue |
Struct.TupleValue.parseDelimitedFrom(InputStream input) |
static Struct.TupleValue |
Struct.TupleValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(byte[] data) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(ByteBuffer data) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(com.google.protobuf.ByteString data) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(InputStream input) |
static Struct.TupleValue |
Struct.TupleValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Struct.TupleValue> |
Struct.TupleValue.getParserForType() |
static com.google.protobuf.Parser<Struct.TupleValue> |
Struct.TupleValue.parser() |
Modifier and Type | Method and Description |
---|---|
Struct.TupleValue.Builder |
Struct.TupleValue.Builder.mergeFrom(Struct.TupleValue other) |
Struct.StructuredValue.Builder |
Struct.StructuredValue.Builder.mergeTupleValue(Struct.TupleValue value)
Represents a tuple of `Value`.
|
static Struct.TupleValue.Builder |
Struct.TupleValue.newBuilder(Struct.TupleValue prototype) |
Struct.StructuredValue.Builder |
Struct.StructuredValue.Builder.setTupleValue(Struct.TupleValue value)
Represents a tuple of `Value`.
|
Copyright © 2015–2019. All rights reserved.