Package | Description |
---|---|
tensorflow |
Modifier and Type | Method and Description |
---|---|
Struct.NamedTupleValue |
Struct.NamedTupleValue.Builder.build() |
Struct.NamedTupleValue |
Struct.NamedTupleValue.Builder.buildPartial() |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.getDefaultInstance() |
Struct.NamedTupleValue |
Struct.NamedTupleValue.getDefaultInstanceForType() |
Struct.NamedTupleValue |
Struct.NamedTupleValue.Builder.getDefaultInstanceForType() |
Struct.NamedTupleValue |
Struct.StructuredValueOrBuilder.getNamedTupleValue()
Represents Python's namedtuple.
|
Struct.NamedTupleValue |
Struct.StructuredValue.getNamedTupleValue()
Represents Python's namedtuple.
|
Struct.NamedTupleValue |
Struct.StructuredValue.Builder.getNamedTupleValue()
Represents Python's namedtuple.
|
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseDelimitedFrom(InputStream input) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(byte[] data) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(ByteBuffer data) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(com.google.protobuf.ByteString data) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(InputStream input) |
static Struct.NamedTupleValue |
Struct.NamedTupleValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Struct.NamedTupleValue> |
Struct.NamedTupleValue.getParserForType() |
static com.google.protobuf.Parser<Struct.NamedTupleValue> |
Struct.NamedTupleValue.parser() |
Modifier and Type | Method and Description |
---|---|
Struct.NamedTupleValue.Builder |
Struct.NamedTupleValue.Builder.mergeFrom(Struct.NamedTupleValue other) |
Struct.StructuredValue.Builder |
Struct.StructuredValue.Builder.mergeNamedTupleValue(Struct.NamedTupleValue value)
Represents Python's namedtuple.
|
static Struct.NamedTupleValue.Builder |
Struct.NamedTupleValue.newBuilder(Struct.NamedTupleValue prototype) |
Struct.StructuredValue.Builder |
Struct.StructuredValue.Builder.setNamedTupleValue(Struct.NamedTupleValue value)
Represents Python's namedtuple.
|
Copyright © 2015–2019. All rights reserved.