RunOptions.Builder |
RunOptions.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RunOptions.Builder |
RunOptions.Builder.clear() |
|
RunOptions.Builder |
RunOptions.Builder.clearDebugOptions() |
EXPERIMENTAL.
|
RunOptions.Builder |
RunOptions.Builder.clearExperimental() |
.tensorflow.RunOptions.Experimental experimental = 8;
|
RunOptions.Builder |
RunOptions.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
RunOptions.Builder |
RunOptions.Builder.clearInterOpThreadPool() |
The thread pool to use, if session_inter_op_thread_pool is configured.
|
RunOptions.Builder |
RunOptions.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
RunOptions.Builder |
RunOptions.Builder.clearOutputPartitionGraphs() |
Whether the partition graph(s) executed by the executor(s) should be
outputted via RunMetadata.
|
RunOptions.Builder |
RunOptions.Builder.clearReportTensorAllocationsUponOom() |
When enabled, causes tensor allocation information to be included in
the error message when the Run() call fails because the allocator ran
out of memory (OOM).
|
RunOptions.Builder |
RunOptions.Builder.clearTimeoutInMs() |
Time to wait for operation to complete in milliseconds.
|
RunOptions.Builder |
RunOptions.Builder.clearTraceLevel() |
.tensorflow.RunOptions.TraceLevel trace_level = 1;
|
RunOptions.Builder |
RunOptions.Builder.clone() |
|
RunOptions.Builder |
CallableOptions.Builder.getRunOptionsBuilder() |
Options that will be applied to each run.
|
RunOptions.Builder |
RunOptions.Builder.mergeDebugOptions(DebugOptions value) |
EXPERIMENTAL.
|
RunOptions.Builder |
RunOptions.Builder.mergeExperimental(RunOptions.Experimental value) |
.tensorflow.RunOptions.Experimental experimental = 8;
|
RunOptions.Builder |
RunOptions.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RunOptions.Builder |
RunOptions.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
RunOptions.Builder |
RunOptions.Builder.mergeFrom(RunOptions other) |
|
RunOptions.Builder |
RunOptions.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static RunOptions.Builder |
RunOptions.newBuilder() |
|
static RunOptions.Builder |
RunOptions.newBuilder(RunOptions prototype) |
|
RunOptions.Builder |
RunOptions.newBuilderForType() |
|
protected RunOptions.Builder |
RunOptions.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RunOptions.Builder |
RunOptions.Builder.setDebugOptions(DebugOptions value) |
EXPERIMENTAL.
|
RunOptions.Builder |
RunOptions.Builder.setDebugOptions(DebugOptions.Builder builderForValue) |
EXPERIMENTAL.
|
RunOptions.Builder |
RunOptions.Builder.setExperimental(RunOptions.Experimental value) |
.tensorflow.RunOptions.Experimental experimental = 8;
|
RunOptions.Builder |
RunOptions.Builder.setExperimental(RunOptions.Experimental.Builder builderForValue) |
.tensorflow.RunOptions.Experimental experimental = 8;
|
RunOptions.Builder |
RunOptions.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RunOptions.Builder |
RunOptions.Builder.setInterOpThreadPool(int value) |
The thread pool to use, if session_inter_op_thread_pool is configured.
|
RunOptions.Builder |
RunOptions.Builder.setOutputPartitionGraphs(boolean value) |
Whether the partition graph(s) executed by the executor(s) should be
outputted via RunMetadata.
|
RunOptions.Builder |
RunOptions.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RunOptions.Builder |
RunOptions.Builder.setReportTensorAllocationsUponOom(boolean value) |
When enabled, causes tensor allocation information to be included in
the error message when the Run() call fails because the allocator ran
out of memory (OOM).
|
RunOptions.Builder |
RunOptions.Builder.setTimeoutInMs(long value) |
Time to wait for operation to complete in milliseconds.
|
RunOptions.Builder |
RunOptions.Builder.setTraceLevel(RunOptions.TraceLevel value) |
.tensorflow.RunOptions.TraceLevel trace_level = 1;
|
RunOptions.Builder |
RunOptions.Builder.setTraceLevelValue(int value) |
.tensorflow.RunOptions.TraceLevel trace_level = 1;
|
RunOptions.Builder |
RunOptions.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
RunOptions.Builder |
RunOptions.toBuilder() |
|