Uses of Class
org.tensorflow.distruntime.ClusterDef
Packages that use ClusterDef
-
Uses of ClusterDef in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return ClusterDefModifier and TypeMethodDescriptionClusterDef.Builder.build()ClusterDef.Builder.buildPartial()static ClusterDefClusterDef.getDefaultInstance()ClusterDef.Builder.getDefaultInstanceForType()ClusterDef.getDefaultInstanceForType()static ClusterDefClusterDef.parseDelimitedFrom(InputStream input) static ClusterDefClusterDef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(byte[] data) static ClusterDefClusterDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(com.google.protobuf.ByteString data) static ClusterDefClusterDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(com.google.protobuf.CodedInputStream input) static ClusterDefClusterDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(InputStream input) static ClusterDefClusterDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterDefClusterDef.parseFrom(ByteBuffer data) static ClusterDefClusterDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.distruntime that return types with arguments of type ClusterDefModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ClusterDef> ClusterDef.getParserForType()static com.google.protobuf.Parser<ClusterDef> ClusterDef.parser()Methods in org.tensorflow.distruntime with parameters of type ClusterDefModifier and TypeMethodDescriptionClusterDef.Builder.mergeFrom(ClusterDef other) static ClusterDef.BuilderClusterDef.newBuilder(ClusterDef prototype) -
Uses of ClusterDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return ClusterDefModifier and TypeMethodDescriptionConfigProto.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.Methods in org.tensorflow.framework with parameters of type ClusterDefModifier and TypeMethodDescriptionConfigProto.Builder.mergeClusterDef(ClusterDef value) Optional list of all workers to use in this session.ConfigProto.Builder.setClusterDef(ClusterDef value) Optional list of all workers to use in this session.