Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
RunOptions.Builder |
RunOptions.Builder.addRepeatedField(com.google.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(com.google.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(com.google.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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunOptions.Builder |
RunOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
RunOptions.Builder |
RunOptions.Builder.mergeFrom(RunOptions other) |
RunOptions.Builder |
RunOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RunOptions.Builder |
RunOptions.newBuilder() |
static RunOptions.Builder |
RunOptions.newBuilder(RunOptions prototype) |
RunOptions.Builder |
RunOptions.newBuilderForType() |
protected RunOptions.Builder |
RunOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RunOptions.Builder |
RunOptions.Builder.setDebugOptions(DebugOptions.Builder builderForValue)
EXPERIMENTAL.
|
RunOptions.Builder |
RunOptions.Builder.setDebugOptions(DebugOptions value)
EXPERIMENTAL.
|
RunOptions.Builder |
RunOptions.Builder.setExperimental(RunOptions.Experimental.Builder builderForValue)
.tensorflow.RunOptions.Experimental experimental = 8; |
RunOptions.Builder |
RunOptions.Builder.setExperimental(RunOptions.Experimental value)
.tensorflow.RunOptions.Experimental experimental = 8; |
RunOptions.Builder |
RunOptions.Builder.setField(com.google.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(com.google.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(com.google.protobuf.UnknownFieldSet unknownFields) |
RunOptions.Builder |
RunOptions.toBuilder() |
Modifier and Type | Method and Description |
---|---|
CallableOptions.Builder |
CallableOptions.Builder.setRunOptions(RunOptions.Builder builderForValue)
Options that will be applied to each run.
|
Copyright © 2015–2019. All rights reserved.