الواجهة العامة RunOptionsOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
DebugOptions مجردة | خيارات الحصول على التصحيح () EXPERIMENTAL. |
مجردة DebugOptionsOrBuilder | getDebugOptionsOrBuilder () EXPERIMENTAL. |
RunOptions.Experimental مجردة | الحصول التجريبي () .tensorflow.RunOptions.Experimental experimental = 8; |
RunOptions.ExperimentalOrBuilder مجردة | الحصول على التجريبية أو البناء () .tensorflow.RunOptions.Experimental experimental = 8; |
كثافة العمليات مجردة | الحصول على InterOpThreadPool () 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. |
منطقية مجردة | getReportTensorAlllocationsUponOom () 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; |
كثافة العمليات مجردة | الحصول علىTraceLevelValue () .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.Experimental 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;
الملخص المنطقي العام getReportTensorAlllocationsUponOom ()
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;