Uses of Class
org.tensorflow.proto.RunOptions.Builder
Packages that use RunOptions.Builder
-
Uses of RunOptions.Builder in org.tensorflow.proto
Subclasses with type arguments of type RunOptions.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classOptions for a single Run() call.Methods in org.tensorflow.proto that return RunOptions.BuilderModifier and TypeMethodDescriptionRunOptions.Builder.clear()RunOptions.Builder.clearDebugOptions()EXPERIMENTAL.RunOptions.Builder.clearExperimental().tensorflow.RunOptions.Experimental experimental = 8;RunOptions.Builder.clearInterOpThreadPool()The thread pool to use, if session_inter_op_thread_pool is configured.RunOptions.Builder.clearOutputPartitionGraphs()Whether the partition graph(s) executed by the executor(s) should be outputted via RunMetadata.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.clearTimeoutInMs()Time to wait for operation to complete in milliseconds.RunOptions.Builder.clearTraceLevel().tensorflow.RunOptions.TraceLevel trace_level = 1;CallableOptions.Builder.getRunOptionsBuilder()Options that will be applied to each run.RunOptions.Builder.mergeDebugOptions(DebugOptions value) EXPERIMENTAL.RunOptions.Builder.mergeExperimental(RunOptions.Experimental value) .tensorflow.RunOptions.Experimental experimental = 8;RunOptions.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) RunOptions.Builder.mergeFrom(RunOptions other) static RunOptions.BuilderRunOptions.newBuilder()static RunOptions.BuilderRunOptions.newBuilder(RunOptions prototype) RunOptions.newBuilderForType()protected RunOptions.BuilderRunOptions.newBuilderForType(AbstractMessage.BuilderParent parent) RunOptions.Builder.setDebugOptions(DebugOptions value) EXPERIMENTAL.RunOptions.Builder.setDebugOptions(DebugOptions.Builder builderForValue) EXPERIMENTAL.RunOptions.Builder.setExperimental(RunOptions.Experimental value) .tensorflow.RunOptions.Experimental experimental = 8;RunOptions.Builder.setExperimental(RunOptions.Experimental.Builder builderForValue) .tensorflow.RunOptions.Experimental experimental = 8;RunOptions.Builder.setInterOpThreadPool(int value) The thread pool to use, if session_inter_op_thread_pool is configured.RunOptions.Builder.setOutputPartitionGraphs(boolean value) Whether the partition graph(s) executed by the executor(s) should be outputted via RunMetadata.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.setTimeoutInMs(long value) Time to wait for operation to complete in milliseconds.RunOptions.Builder.setTraceLevel(RunOptions.TraceLevel value) .tensorflow.RunOptions.TraceLevel trace_level = 1;RunOptions.Builder.setTraceLevelValue(int value) .tensorflow.RunOptions.TraceLevel trace_level = 1;RunOptions.toBuilder()Methods in org.tensorflow.proto with parameters of type RunOptions.BuilderModifier and TypeMethodDescriptionCallableOptions.Builder.setRunOptions(RunOptions.Builder builderForValue) Options that will be applied to each run.