सार्वजनिक इंटरफ़ेस RunOptionsOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
सार डीबग विकल्प | getDebugOptions () EXPERIMENTAL. |
सार DebugOptionsOrBuilder | getDebugOptionsOrBuilder () EXPERIMENTAL. |
सार RunOptions.प्रायोगिक | प्रयोगात्मक प्राप्त करें () .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. |
अमूर्त बूलियन | getReportTensorAllocationsUpOom () 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 | गेटट्रेसलेवल () .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;
सार्वजनिक सार बूलियन getReportTensorAllocationsOnOom ()
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;