RunOptionsOrBuilder

interfejs publiczny RunOptionsOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjne opcje debugowania
getDebugOptions ()
 EXPERIMENTAL.
streszczenie DebugOptionsOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
streszczenie RunOptions.Eksperymentalne
uzyskaj eksperymentalny ()
.tensorflow.RunOptions.Experimental experimental = 8;
streszczenie RunOptions.ExperimentalOrBuilder
getExperimentalOrBuilder ()
.tensorflow.RunOptions.Experimental experimental = 8;
streszczenie wew
getInterOpThreadPool ()
 The thread pool to use, if session_inter_op_thread_pool is configured.
abstrakcyjna wartość logiczna
getOutputPartitionGraphs ()
 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
abstrakcyjna wartość logiczna
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).
abstrakcyjne, długie
getTimeoutInMs ()
 Time to wait for operation to complete in milliseconds.
streszczenie RunOptions.TraceLevel
pobierz poziom śledzenia ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
streszczenie wew
getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
abstrakcyjna wartość logiczna
maOpcje Debugowania ()
 EXPERIMENTAL.
abstrakcyjna wartość logiczna
maEksperymentalny ()
.tensorflow.RunOptions.Experimental experimental = 8;

Metody publiczne

publiczne streszczenie DebugOptions getDebugOptions ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

publiczne streszczenie DebugOptionsOrBuilder getDebugOptionsOrBuilder ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

publiczne streszczenie RunOptions.Experimental getExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

publiczne streszczenie RunOptions.ExperimentalOrBuilder getExperimentalOrBuilder ()

.tensorflow.RunOptions.Experimental experimental = 8;

publiczne streszczenie 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;

publiczna abstrakcja logiczna getOutputPartitionGraphs ()

 Whether the partition graph(s) executed by the executor(s) should be
 outputted via RunMetadata.
 
bool output_partition_graphs = 5;

publiczna wartość logiczna abstrakcyjna 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;

publiczne streszczenie długie getTimeoutInMs ()

 Time to wait for operation to complete in milliseconds.
 
int64 timeout_in_ms = 2;

publiczne streszczenie RunOptions.TraceLevel getTraceLevel ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

publiczne streszczenie int getTraceLevelValue ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

publiczna wartość logiczna abstrakcyjna hasDebugOptions ()

 EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
 
.tensorflow.DebugOptions debug_options = 6;

publiczna wartość logiczna abstrakcyjna maExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;