Uses of Class
org.tensorflow.distruntime.ServerDef
-
Packages that use ServerDef Package Description org.tensorflow.distruntime tensorflow.eager -
-
Uses of ServerDef in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return ServerDef Modifier and Type Method Description ServerDefServerDef.Builder. build()ServerDefServerDef.Builder. buildPartial()static ServerDefServerDef. getDefaultInstance()ServerDefServerDef.Builder. getDefaultInstanceForType()ServerDefServerDef. getDefaultInstanceForType()ServerDefCreateWorkerSessionRequest.Builder. getServerDef()Defines the configuration of a TensorFlow worker.ServerDefCreateWorkerSessionRequest. getServerDef()Defines the configuration of a TensorFlow worker.ServerDefCreateWorkerSessionRequestOrBuilder. getServerDef()Defines the configuration of a TensorFlow worker.static ServerDefServerDef. parseDelimitedFrom(InputStream input)static ServerDefServerDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ServerDefServerDef. parseFrom(byte[] data)static ServerDefServerDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ServerDefServerDef. parseFrom(InputStream input)static ServerDefServerDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ServerDefServerDef. parseFrom(ByteBuffer data)static ServerDefServerDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ServerDefServerDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static ServerDefServerDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ServerDefServerDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static ServerDefServerDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.distruntime that return types with arguments of type ServerDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<ServerDef>ServerDef. getParserForType()static org.nd4j.shade.protobuf.Parser<ServerDef>ServerDef. parser()Methods in org.tensorflow.distruntime with parameters of type ServerDef Modifier and Type Method Description ServerDef.BuilderServerDef.Builder. mergeFrom(ServerDef other)CreateWorkerSessionRequest.BuilderCreateWorkerSessionRequest.Builder. mergeServerDef(ServerDef value)Defines the configuration of a TensorFlow worker.static ServerDef.BuilderServerDef. newBuilder(ServerDef prototype)CreateWorkerSessionRequest.BuilderCreateWorkerSessionRequest.Builder. setServerDef(ServerDef value)Defines the configuration of a TensorFlow worker. -
Uses of ServerDef in tensorflow.eager
Methods in tensorflow.eager that return ServerDef Modifier and Type Method Description ServerDefEagerServiceOuterClass.CreateContextRequest.Builder. getServerDef()Identifies the full cluster, and this particular worker's position within.ServerDefEagerServiceOuterClass.CreateContextRequest. getServerDef()Identifies the full cluster, and this particular worker's position within.ServerDefEagerServiceOuterClass.CreateContextRequestOrBuilder. getServerDef()Identifies the full cluster, and this particular worker's position within.Methods in tensorflow.eager with parameters of type ServerDef Modifier and Type Method Description EagerServiceOuterClass.CreateContextRequest.BuilderEagerServiceOuterClass.CreateContextRequest.Builder. mergeServerDef(ServerDef value)Identifies the full cluster, and this particular worker's position within.EagerServiceOuterClass.CreateContextRequest.BuilderEagerServiceOuterClass.CreateContextRequest.Builder. setServerDef(ServerDef value)Identifies the full cluster, and this particular worker's position within.
-