Package | Description |
---|---|
org.tensorflow.distruntime | |
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
ClusterDef |
ClusterDef.Builder.build() |
ClusterDef |
ClusterDef.Builder.buildPartial() |
ClusterDef |
ServerDefOrBuilder.getCluster()
The cluster of which this server is a member.
|
ClusterDef |
ServerDef.getCluster()
The cluster of which this server is a member.
|
ClusterDef |
ServerDef.Builder.getCluster()
The cluster of which this server is a member.
|
static ClusterDef |
ClusterDef.getDefaultInstance() |
ClusterDef |
ClusterDef.getDefaultInstanceForType() |
ClusterDef |
ClusterDef.Builder.getDefaultInstanceForType() |
static ClusterDef |
ClusterDef.parseDelimitedFrom(InputStream input) |
static ClusterDef |
ClusterDef.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterDef |
ClusterDef.parseFrom(byte[] data) |
static ClusterDef |
ClusterDef.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterDef |
ClusterDef.parseFrom(ByteBuffer data) |
static ClusterDef |
ClusterDef.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterDef |
ClusterDef.parseFrom(com.google.protobuf.ByteString data) |
static ClusterDef |
ClusterDef.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterDef |
ClusterDef.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterDef |
ClusterDef.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterDef |
ClusterDef.parseFrom(InputStream input) |
static ClusterDef |
ClusterDef.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClusterDef> |
ClusterDef.getParserForType() |
static com.google.protobuf.Parser<ClusterDef> |
ClusterDef.parser() |
Modifier and Type | Method and Description |
---|---|
ServerDef.Builder |
ServerDef.Builder.mergeCluster(ClusterDef value)
The cluster of which this server is a member.
|
ClusterDef.Builder |
ClusterDef.Builder.mergeFrom(ClusterDef other) |
static ClusterDef.Builder |
ClusterDef.newBuilder(ClusterDef prototype) |
ServerDef.Builder |
ServerDef.Builder.setCluster(ClusterDef value)
The cluster of which this server is a member.
|
Modifier and Type | Method and Description |
---|---|
ClusterDef |
ConfigProtoOrBuilder.getClusterDef()
Optional list of all workers to use in this session.
|
ClusterDef |
ConfigProto.getClusterDef()
Optional list of all workers to use in this session.
|
ClusterDef |
ConfigProto.Builder.getClusterDef()
Optional list of all workers to use in this session.
|
Modifier and Type | Method and Description |
---|---|
ConfigProto.Builder |
ConfigProto.Builder.mergeClusterDef(ClusterDef value)
Optional list of all workers to use in this session.
|
ConfigProto.Builder |
ConfigProto.Builder.setClusterDef(ClusterDef value)
Optional list of all workers to use in this session.
|
Copyright © 2015–2018. All rights reserved.