Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
RPCOptions |
RPCOptions.Builder.build() |
RPCOptions |
RPCOptions.Builder.buildPartial() |
static RPCOptions |
RPCOptions.getDefaultInstance() |
RPCOptions |
RPCOptions.getDefaultInstanceForType() |
RPCOptions |
RPCOptions.Builder.getDefaultInstanceForType() |
RPCOptions |
ConfigProtoOrBuilder.getRpcOptions()
Options that apply when this session uses the distributed runtime.
|
RPCOptions |
ConfigProto.getRpcOptions()
Options that apply when this session uses the distributed runtime.
|
RPCOptions |
ConfigProto.Builder.getRpcOptions()
Options that apply when this session uses the distributed runtime.
|
static RPCOptions |
RPCOptions.parseDelimitedFrom(InputStream input) |
static RPCOptions |
RPCOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCOptions |
RPCOptions.parseFrom(byte[] data) |
static RPCOptions |
RPCOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCOptions |
RPCOptions.parseFrom(ByteBuffer data) |
static RPCOptions |
RPCOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCOptions |
RPCOptions.parseFrom(com.google.protobuf.ByteString data) |
static RPCOptions |
RPCOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCOptions |
RPCOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCOptions |
RPCOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCOptions |
RPCOptions.parseFrom(InputStream input) |
static RPCOptions |
RPCOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RPCOptions> |
RPCOptions.getParserForType() |
static com.google.protobuf.Parser<RPCOptions> |
RPCOptions.parser() |
Modifier and Type | Method and Description |
---|---|
RPCOptions.Builder |
RPCOptions.Builder.mergeFrom(RPCOptions other) |
ConfigProto.Builder |
ConfigProto.Builder.mergeRpcOptions(RPCOptions value)
Options that apply when this session uses the distributed runtime.
|
static RPCOptions.Builder |
RPCOptions.newBuilder(RPCOptions prototype) |
ConfigProto.Builder |
ConfigProto.Builder.setRpcOptions(RPCOptions value)
Options that apply when this session uses the distributed runtime.
|
Copyright © 2015–2019. All rights reserved.