RunOptions.Builder

RunOptions.Builder คลาสสุดท้ายแบบคงที่สาธารณะ

 Options for a single Run() call.
 
Protobuf ประเภท tensorflow.RunOptions

วิธีการสาธารณะ

RunOptions.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
เรียกใช้ตัวเลือก
เรียกใช้ตัวเลือก
RunOptions.Builder
RunOptions.Builder
clearDebugOptions ()
 EXPERIMENTAL.
RunOptions.Builder
ชัดเจนการทดลอง ()
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.Builder
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
RunOptions.Builder
ชัดเจนInterOpThreadPool ()
 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
เคลียร์ TraceLevel ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
RunOptions.Builder
ตัวเลือกการแก้ไขข้อบกพร่อง
getDebugOptions ()
 EXPERIMENTAL.
DebugOptions.Builder
getDebugOptionsBuilder ()
 EXPERIMENTAL.
DebugOptionsOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
เรียกใช้ตัวเลือก
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
RunOptions.ทดลอง
รับการทดลอง ()
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.Experimental.Builder
รับExperimentalBuilder ()
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.ExperimentalOrBuilder
รับExperimentalOrBuilder ()
.tensorflow.RunOptions.Experimental experimental = 8;
ภายใน
getInterOpThreadPool ()
 The thread pool to use, if session_inter_op_thread_pool is configured.
บูลีน
getOutputPartitionGraphs ()
 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
บูลีน
getReportTensorAllocationsUponOom ()
 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).
ยาว
getTimeoutInMs ()
 Time to wait for operation to complete in milliseconds.
RunOptions.TraceLevel
รับ TraceLevel ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
ภายใน
getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
บูลีน
hasDebugOptions ()
 EXPERIMENTAL.
บูลีน
มีการทดลอง ()
.tensorflow.RunOptions.Experimental experimental = 8;
บูลีนสุดท้าย
RunOptions.Builder
mergeDebugOptions ( ค่า DebugOptions )
 EXPERIMENTAL.
RunOptions.Builder
mergeExperimental ( RunOptions ค่าทดลอง)
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
RunOptions.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
RunOptions.Builder
setDebugOptions ( DebugOptions.Builder builderForValue)
 EXPERIMENTAL.
RunOptions.Builder
setDebugOptions (ค่า DebugOptions )
 EXPERIMENTAL.
RunOptions.Builder
setExperimental ( RunOptions.Experimental.Builder builderForValue)
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.Builder
setExperimental ( RunOptions ค่าทดลอง)
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.Builder
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
RunOptions.Builder
setInterOpThreadPool (ค่า int)
 The thread pool to use, if session_inter_op_thread_pool is configured.
RunOptions.Builder
setOutputPartitionGraphs (ค่าบูลีน)
 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
RunOptions.Builder
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
RunOptions.Builder
setReportTensorAllocationsUponOom (ค่าบูลีน)
 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 (ค่ายาว)
 Time to wait for operation to complete in milliseconds.
RunOptions.Builder
setTraceLevel (ค่า RunOptions.TraceLevel )
.tensorflow.RunOptions.TraceLevel trace_level = 1;
RunOptions.Builder
setTraceLevelValue (ค่า int)
.tensorflow.RunOptions.TraceLevel trace_level = 1;
RunOptions.Builder สุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

วิธีการสืบทอด

วิธีการสาธารณะ

RunOptions.Builder addRepeatedField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

โครงสร้าง RunOptions สาธารณะ ()

RunOptions สาธารณะ buildPartial ()

RunOptions.Builder สาธารณะ ชัดเจน ()

RunOptions.Builder สาธารณะ clearDebugOptions ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

RunOptions.Builder สาธารณะ clearExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

RunOptions.Builder clearField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

RunOptions.Builder สาธารณะ clearInterOpThreadPool ()

 The thread pool to use, if session_inter_op_thread_pool is configured.
 To use the caller thread set this to -1 - this uses the caller thread
 to execute Session::Run() and thus avoids a context switch. Using the
 caller thread to execute Session::Run() should be done ONLY for simple
 graphs, where the overhead of an additional context switch is
 comparable with the overhead of Session::Run().
 
int32 inter_op_thread_pool = 3;

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.
 
bool output_partition_graphs = 5;

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).
 Enabling this option can slow down the Run() call.
 
bool report_tensor_allocations_upon_oom = 7;

RunOptions.Builder สาธารณะ clearTimeoutInMs ()

 Time to wait for operation to complete in milliseconds.
 
int64 timeout_in_ms = 2;

RunOptions.Builder สาธารณะ clearTraceLevel ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

โคลน RunOptions.Builder สาธารณะ ()

DebugOptions สาธารณะ getDebugOptions ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

DebugOptions.Builder สาธารณะ getDebugOptionsBuilder ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

DebugOptionsOrBuilder สาธารณะ getDebugOptionsOrBuilder ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

RunOptions สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

RunOptions สาธารณะทดลอง getExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

RunOptions.Experimental.Builder สาธารณะ getExperimentalBuilder ()

.tensorflow.RunOptions.Experimental experimental = 8;

RunOptions.ExperimentalOrBuilder สาธารณะ getExperimentalOrBuilder ()

.tensorflow.RunOptions.Experimental experimental = 8;

สาธารณะ int getInterOpThreadPool ()

 The thread pool to use, if session_inter_op_thread_pool is configured.
 To use the caller thread set this to -1 - this uses the caller thread
 to execute Session::Run() and thus avoids a context switch. Using the
 caller thread to execute Session::Run() should be done ONLY for simple
 graphs, where the overhead of an additional context switch is
 comparable with the overhead of Session::Run().
 
int32 inter_op_thread_pool = 3;

บูลีนสาธารณะ getOutputPartitionGraphs ()

 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
 
bool output_partition_graphs = 5;

บูลีนสาธารณะ getReportTensorAllocationsUponOom ()

 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).
 Enabling this option can slow down the Run() call.
 
bool report_tensor_allocations_upon_oom = 7;

สาธารณะ getTimeoutInMs ยาว ()

 Time to wait for operation to complete in milliseconds.
 
int64 timeout_in_ms = 2;

RunOptions.TraceLevel สาธารณะ getTraceLevel ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

int สาธารณะ getTraceLevelValue ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

บูลีนสาธารณะ hasDebugOptions ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

บูลีนสาธารณะ มีการทดลอง ()

.tensorflow.RunOptions.Experimental experimental = 8;

บูลีนสุดท้ายสาธารณะ isInitialized ()

RunOptions.Builder สาธารณะ ผสาน DebugOptions (ค่า DebugOptions )

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

RunOptions.Builder สาธารณะ ผสานการทดลอง (ค่า RunOptions.Experimental )

.tensorflow.RunOptions.Experimental experimental = 8;

RunOptions.Builder สาธารณะ ผสานจาก (com.google.protobuf.Message อื่น ๆ )

RunOptions.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

RunOptions สุดท้ายสาธารณะ Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

RunOptions.Builder setDebugOptions สาธารณะ ( DebugOptions.Builder builderForValue)

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

RunOptions.Builder setDebugOptions สาธารณะ (ค่า DebugOptions )

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

RunOptions.Builder สาธารณะ setExperimental ( RunOptions.Experimental.Builder builderForValue)

.tensorflow.RunOptions.Experimental experimental = 8;

RunOptions.Builder setExperimental สาธารณะ (ค่า RunOptions.Experimental )

.tensorflow.RunOptions.Experimental experimental = 8;

RunOptions.Builder setField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

RunOptions.Builder สาธารณะ setInterOpThreadPool (ค่า int)

 The thread pool to use, if session_inter_op_thread_pool is configured.
 To use the caller thread set this to -1 - this uses the caller thread
 to execute Session::Run() and thus avoids a context switch. Using the
 caller thread to execute Session::Run() should be done ONLY for simple
 graphs, where the overhead of an additional context switch is
 comparable with the overhead of Session::Run().
 
int32 inter_op_thread_pool = 3;

RunOptions.Builder setOutputPartitionGraphs สาธารณะ (ค่าบูลีน)

 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
 
bool output_partition_graphs = 5;

RunOptions.Builder setRepeatedField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

RunOptions.Builder สาธารณะ setReportTensorAllocationsUponOom (ค่าบูลีน)

 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).
 Enabling this option can slow down the Run() call.
 
bool report_tensor_allocations_upon_oom = 7;

RunOptions.Builder setTimeoutInMs สาธารณะ (ค่ายาว)

 Time to wait for operation to complete in milliseconds.
 
int64 timeout_in_ms = 2;

RunOptions.Builder setTraceLevel สาธารณะ (ค่า RunOptions.TraceLevel )

.tensorflow.RunOptions.TraceLevel trace_level = 1;

RunOptions.Builder สาธารณะ setTraceLevelValue (ค่า int)

.tensorflow.RunOptions.TraceLevel trace_level = 1;

RunOptions.Builder สุดท้ายสาธารณะ setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)