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