Uses of Class
org.tensorflow.proto.ClusterDef
Packages that use ClusterDef
-
Uses of ClusterDef in org.tensorflow.proto
Methods in org.tensorflow.proto that return ClusterDefModifier and TypeMethodDescriptionClusterDef.Builder.build()ClusterDef.Builder.buildPartial()ServerDef.Builder.getCluster()The cluster of which this server is a member.ServerDef.getCluster()The cluster of which this server is a member.ServerDefOrBuilder.getCluster()The cluster of which this server is a member.ConfigProto.Builder.getClusterDef()Optional list of all workers to use in this session.ConfigProto.getClusterDef()Optional list of all workers to use in this session.ConfigProtoOrBuilder.getClusterDef()Optional list of all workers to use in this session.static ClusterDefClusterDef.getDefaultInstance()ClusterDef.Builder.getDefaultInstanceForType()ClusterDef.getDefaultInstanceForType()static ClusterDefClusterDef.parseDelimitedFrom(InputStream input) static ClusterDefClusterDef.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(byte[] data) static ClusterDefClusterDef.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(ByteString data) static ClusterDefClusterDef.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(CodedInputStream input) static ClusterDefClusterDef.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(InputStream input) static ClusterDefClusterDef.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(ByteBuffer data) static ClusterDefClusterDef.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type ClusterDefModifier and TypeMethodDescriptionClusterDef.getParserForType()static Parser<ClusterDef> ClusterDef.parser()Methods in org.tensorflow.proto with parameters of type ClusterDefModifier and TypeMethodDescriptionServerDef.Builder.mergeCluster(ClusterDef value) The cluster of which this server is a member.ConfigProto.Builder.mergeClusterDef(ClusterDef value) Optional list of all workers to use in this session.ClusterDef.Builder.mergeFrom(ClusterDef other) static ClusterDef.BuilderClusterDef.newBuilder(ClusterDef prototype) ServerDef.Builder.setCluster(ClusterDef value) The cluster of which this server is a member.ConfigProto.Builder.setClusterDef(ClusterDef value) Optional list of all workers to use in this session.