RunOptions คลาสสุดท้ายสาธารณะ
Options for a single Run() call.Protobuf ประเภท
tensorflow.RunOptions
คลาสที่ซ้อนกัน
ระดับ | RunOptions.Builder | Options for a single Run() call. | |
ระดับ | RunOptions.ทดลอง | Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat. | |
อินเตอร์เฟซ | RunOptions.ExperimentalOrBuilder | ||
แจกแจง | RunOptions.TraceLevel | TODO(pbar) Turn this into a TraceOptions proto which allows tracing to be controlled in a more orthogonal manner?Protobuf enum tensorflow.RunOptions.TraceLevel |
ค่าคงที่
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
ตัวเลือกการแก้ไขข้อบกพร่อง | getDebugOptions () EXPERIMENTAL. |
DebugOptionsOrBuilder | getDebugOptionsOrBuilder () EXPERIMENTAL. |
RunOptions แบบคงที่ | |
เรียกใช้ตัวเลือก | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
RunOptions.ทดลอง | รับการทดลอง () .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; |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
บูลีน | hasDebugOptions () EXPERIMENTAL. |
บูลีน | มีการทดลอง () .tensorflow.RunOptions.Experimental experimental = 8; |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
RunOptions.Builder แบบคงที่ | newBuilder (ต้นแบบ RunOptions ) |
RunOptions.Builder แบบคงที่ | ตัวสร้างใหม่ () |
RunOptions.Builder | |
RunOptions แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
RunOptions แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunOptions แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
RunOptions แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunOptions แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunOptions แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
RunOptions แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunOptions แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
RunOptions แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunOptions แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
RunOptions.Builder | toBuilder () |
เป็นโมฆะ | writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะคงที่ขั้นสุดท้าย int DEBUG_OPTIONS_FIELD_NUMBER
ค่าคงที่: 6
รอบชิงชนะเลิศแบบคงที่สาธารณะ int EXPERIMENTAL_FIELD_NUMBER
ค่าคงที่: 8
สาธารณะคงสุดท้าย int INTER_OP_THREAD_POOL_FIELD_NUMBER
ค่าคงที่: 3
สาธารณะคงที่สุดท้าย int OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
ค่าคงที่: 5
สาธารณะคงสุดท้าย int REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER
ค่าคงที่: 7
รอบชิงชนะเลิศแบบคงที่สาธารณะ int TIMEOUT_IN_MS_FIELD_NUMBER
ค่าคงที่: 2
รอบชิงชนะเลิศแบบคงที่สาธารณะ int TRACE_LEVEL_FIELD_NUMBER
ค่าคงที่: 1
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
DebugOptions สาธารณะ getDebugOptions ()
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;
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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;
สาธารณะ getParserForType ()
บูลีนสาธารณะ 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;
สาธารณะ int getSerializedSize ()
สาธารณะ getTimeoutInMs ยาว ()
Time to wait for operation to complete in milliseconds.
int64 timeout_in_ms = 2;
int สาธารณะ getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
บูลีนสาธารณะ hasDebugOptions ()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
บูลีนสาธารณะ มีการทดลอง ()
.tensorflow.RunOptions.Experimental experimental = 8;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
RunOptions สาธารณะคง ที่ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
RunOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
RunOptions แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
RunOptions แบบคงที่สาธารณะ parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
RunOptions แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
RunOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
แยกวิเคราะห์ RunOptions สาธารณะแบบคงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
RunOptions แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
RunOptions แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|