Package | Description |
---|---|
org.tensorflow.distruntime |
Modifier and Type | Method and Description |
---|---|
JobDef |
JobDef.Builder.build() |
JobDef |
JobDef.Builder.buildPartial() |
static JobDef |
JobDef.getDefaultInstance() |
JobDef |
JobDef.getDefaultInstanceForType() |
JobDef |
JobDef.Builder.getDefaultInstanceForType() |
JobDef |
ClusterDef.getJob(int index)
The jobs that comprise the cluster.
|
JobDef |
ClusterDef.Builder.getJob(int index)
The jobs that comprise the cluster.
|
JobDef |
ClusterDefOrBuilder.getJob(int index)
The jobs that comprise the cluster.
|
static JobDef |
JobDef.parseDelimitedFrom(InputStream input) |
static JobDef |
JobDef.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDef |
JobDef.parseFrom(byte[] data) |
static JobDef |
JobDef.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDef |
JobDef.parseFrom(ByteBuffer data) |
static JobDef |
JobDef.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDef |
JobDef.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static JobDef |
JobDef.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDef |
JobDef.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static JobDef |
JobDef.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDef |
JobDef.parseFrom(InputStream input) |
static JobDef |
JobDef.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<JobDef> |
ClusterDef.getJobList()
The jobs that comprise the cluster.
|
List<JobDef> |
ClusterDef.Builder.getJobList()
The jobs that comprise the cluster.
|
List<JobDef> |
ClusterDefOrBuilder.getJobList()
The jobs that comprise the cluster.
|
org.nd4j.shade.protobuf.Parser<JobDef> |
JobDef.getParserForType() |
static org.nd4j.shade.protobuf.Parser<JobDef> |
JobDef.parser() |
Modifier and Type | Method and Description |
---|---|
ClusterDef.Builder |
ClusterDef.Builder.addJob(int index,
JobDef value)
The jobs that comprise the cluster.
|
ClusterDef.Builder |
ClusterDef.Builder.addJob(JobDef value)
The jobs that comprise the cluster.
|
JobDef.Builder |
JobDef.Builder.mergeFrom(JobDef other) |
static JobDef.Builder |
JobDef.newBuilder(JobDef prototype) |
ClusterDef.Builder |
ClusterDef.Builder.setJob(int index,
JobDef value)
The jobs that comprise the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterDef.Builder |
ClusterDef.Builder.addAllJob(Iterable<? extends JobDef> values)
The jobs that comprise the cluster.
|
Copyright © 2020. All rights reserved.