| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.clear() |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.clearCollectiveGraphKey()
If non-zero, declares that this graph is going to use collective
ops and must synchronize step_ids with any other graph with this
same group_key value (in a distributed computation where tasks
run disjoint graphs).
|
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.clone() |
RunOptions.Experimental.Builder |
RunOptions.Builder.getExperimentalBuilder()
.tensorflow.RunOptions.Experimental experimental = 8; |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.mergeFrom(RunOptions.Experimental other) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static RunOptions.Experimental.Builder |
RunOptions.Experimental.newBuilder() |
static RunOptions.Experimental.Builder |
RunOptions.Experimental.newBuilder(RunOptions.Experimental prototype) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.newBuilderForType() |
protected RunOptions.Experimental.Builder |
RunOptions.Experimental.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.setCollectiveGraphKey(long value)
If non-zero, declares that this graph is going to use collective
ops and must synchronize step_ids with any other graph with this
same group_key value (in a distributed computation where tasks
run disjoint graphs).
|
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
RunOptions.Experimental.Builder |
RunOptions.Experimental.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RunOptions.Builder |
RunOptions.Builder.setExperimental(RunOptions.Experimental.Builder builderForValue)
.tensorflow.RunOptions.Experimental experimental = 8; |
Copyright © 2021. All rights reserved.