Uses of Class
org.tensorflow.distruntime.ClusterDef.Builder
Packages that use ClusterDef.Builder
-
Uses of ClusterDef.Builder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return ClusterDef.BuilderModifier and TypeMethodDescriptionThe jobs that comprise the cluster.The jobs that comprise the cluster.ClusterDef.Builder.addJob(int index, JobDef.Builder builderForValue) The jobs that comprise the cluster.The jobs that comprise the cluster.ClusterDef.Builder.addJob(JobDef.Builder builderForValue) The jobs that comprise the cluster.ClusterDef.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ClusterDef.Builder.clear()ClusterDef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ClusterDef.Builder.clearJob()The jobs that comprise the cluster.ClusterDef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ClusterDef.Builder.clone()ClusterDef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClusterDef.Builder.mergeFrom(com.google.protobuf.Message other) ClusterDef.Builder.mergeFrom(ClusterDef other) final ClusterDef.BuilderClusterDef.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ClusterDef.BuilderClusterDef.newBuilder()static ClusterDef.BuilderClusterDef.newBuilder(ClusterDef prototype) ClusterDef.newBuilderForType()protected ClusterDef.BuilderClusterDef.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ClusterDef.Builder.removeJob(int index) The jobs that comprise the cluster.The jobs that comprise the cluster.ClusterDef.Builder.setJob(int index, JobDef.Builder builderForValue) The jobs that comprise the cluster.ClusterDef.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ClusterDef.BuilderClusterDef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ClusterDef.toBuilder() -
Uses of ClusterDef.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return ClusterDef.BuilderModifier and TypeMethodDescriptionConfigProto.Builder.getClusterDefBuilder()Optional list of all workers to use in this session.Methods in org.tensorflow.framework with parameters of type ClusterDef.BuilderModifier and TypeMethodDescriptionConfigProto.Builder.setClusterDef(ClusterDef.Builder builderForValue) Optional list of all workers to use in this session.