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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) RunOptions.Builder.clear()RunOptions.Builder.clearDebugOptions()EXPERIMENTAL.RunOptions.Builder.clearExperimental().tensorflow.RunOptions.Experimental experimental = 8;RunOptions.Builder.clearField(Descriptors.FieldDescriptor field) RunOptions.Builder.clearInterOpThreadPool()The thread pool to use, if session_inter_op_thread_pool is configured.RunOptions.Builder.clearOneof(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(CodedInputStream input, ExtensionRegistryLite extensionRegistry) RunOptions.Builder.mergeFrom(RunOptions other) final RunOptions.BuilderRunOptions.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static RunOptions.BuilderRunOptions.newBuilder()static RunOptions.BuilderRunOptions.newBuilder(RunOptions prototype) RunOptions.newBuilderForType()protected RunOptions.BuilderRunOptions.newBuilderForType(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.setField(Descriptors.FieldDescriptor field, Object value) 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(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(UnknownFieldSet unknownFields) 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.