공용 인터페이스 RunOptionsOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 디버그 옵션 | getDebugOptions () EXPERIMENTAL. |
추상 DebugOptionsOrBuilder | getDebugOptionsOrBuilder () EXPERIMENTAL. |
추상 RunOptions.Experimental | getExperimental () .tensorflow.RunOptions.Experimental experimental = 8; |
추상 RunOptions.ExperimentalOrBuilder | getExperimentalOrBuilder () .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 | getTrace레벨 () .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.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;
공개 추상 부울 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;
공개 추상 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;