পাবলিক ইন্টারফেস RunOptionsOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত ডিবাগ বিকল্প | getDebugOptions () EXPERIMENTAL. |
বিমূর্ত DebugOptionsOrBuilder | getDebugOptionsOrBuilder () EXPERIMENTAL. |
বিমূর্ত RunOptions.পরীক্ষামূলক | পরীক্ষামূলক () .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. |
বিমূর্ত বুলিয়ান | GetOutput Partition Graphs () 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. |
বিমূর্ত বুলিয়ান | আছে পরীক্ষামূলক () .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. পরীক্ষামূলক 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;
সর্বজনীন বিমূর্ত বুলিয়ান getOutputPartition Graphs ()
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;
সর্বজনীন বিমূর্ত 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;