อินเทอร์เฟซสาธารณะ RunOptionsOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
ตัวเลือก Debug แบบนามธรรม | getDebugOptions () EXPERIMENTAL. |
DebugOptionsOrBuilder แบบนามธรรม | getDebugOptionsOrBuilder () EXPERIMENTAL. |
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; |
บูลีนนามธรรม | hasDebugOptions () EXPERIMENTAL. |
บูลีนนามธรรม | มีการทดลอง () .tensorflow.RunOptions.Experimental experimental = 8; |
วิธีการสาธารณะ
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;
RunOptions นามธรรมสาธารณะ ทดลอง getExperimental ()
.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;
บูลีนนามธรรมสาธารณะ hasExperimental ()
.tensorflow.RunOptions.Experimental experimental = 8;