RunOptionsOrBuilder

ממשק ציבורי RunOptionsOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

אבסטרקט DebugOptions
getDebugOptions ()
 EXPERIMENTAL.
אבסטרקט DebugOptionsOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
תקציר 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.
בוליאני מופשט
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
getTraceLevel ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
מופשט int
getTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
בוליאני מופשט
hasDebugOptions ()
 EXPERIMENTAL.
בוליאני מופשט
hasExperimental ()
.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;

תקציר ציבורי בוליאני getReportTensorAlocationsUponOom ()

 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;