Uses of Class
org.tensorflow.framework.RunOptions.Builder
Packages that use RunOptions.Builder
-
Uses of RunOptions.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return RunOptions.BuilderModifier and TypeMethodDescriptionRunOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RunOptions.Builder.clear()RunOptions.Builder.clearDebugOptions()EXPERIMENTAL.RunOptions.Builder.clearExperimental().tensorflow.RunOptions.Experimental experimental = 8;RunOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RunOptions.Builder.clearInterOpThreadPool()The thread pool to use, if session_inter_op_thread_pool is configured.RunOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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;RunOptions.Builder.clone()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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RunOptions.Builder.mergeFrom(com.google.protobuf.Message other) RunOptions.Builder.mergeFrom(RunOptions other) final RunOptions.BuilderRunOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RunOptions.BuilderRunOptions.newBuilder()static RunOptions.BuilderRunOptions.newBuilder(RunOptions prototype) RunOptions.newBuilderForType()protected RunOptions.BuilderRunOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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;final RunOptions.BuilderRunOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RunOptions.toBuilder()Methods in org.tensorflow.framework with parameters of type RunOptions.BuilderModifier and TypeMethodDescriptionCallableOptions.Builder.setRunOptions(RunOptions.Builder builderForValue) Options that will be applied to each run. -
Uses of RunOptions.Builder in tensorflow.serving
Methods in tensorflow.serving that return RunOptions.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.getOptionsBuilder()Options for the run call.Methods in tensorflow.serving with parameters of type RunOptions.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.setOptions(RunOptions.Builder builderForValue) Options for the run call.