RunOptions

RunOptions للفئة النهائية العامة

 Options for a single Run() call.
 
نوع Protobuf tensorflow.RunOptions

فئات متداخلة

فصل RunOptions.Builder
 Options for a single Run() call. 
فصل RunOptions.Experimental
 Everything inside Experimental is subject to change and is not subject
 to API stability guarantees in
 https://www.tensorflow.org/guide/version_compat. 
واجهه المستخدم RunOptions.ExperimentalOrBuilder
التعداد RunOptions.TraceLevel
 TODO(pbar) Turn this into a TraceOptions proto which allows
 tracing to be controlled in a more orthogonal manner?
 
Protobuf التعداد tensorflow.RunOptions.TraceLevel

الثوابت

كثافة العمليات DEBUG_OPTIONS_FIELD_NUMBER
كثافة العمليات الحقل التجريبي_NUMBER
كثافة العمليات INTER_OP_THREAD_POOL_FIELD_NUMBER
كثافة العمليات OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
كثافة العمليات REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER
كثافة العمليات TIMEOUT_IN_MS_FIELD_NUMBER
كثافة العمليات TRACE_LEVEL_FIELD_NUMBER

الأساليب العامة

منطقية
يساوي (كائن كائن)
خيارات التصحيح
DebugOptionsOrBuilder
getDebugOptionsOrBuilder ()
 EXPERIMENTAL.
خيارات التشغيل الثابتة
خيارات التشغيل
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
RunOptions.Experimental
الحصول التجريبي ()
.tensorflow.RunOptions.Experimental experimental = 8;
RunOptions.ExperimentalOrBuilder
الحصول على التجريبية أو البناء ()
.tensorflow.RunOptions.Experimental experimental = 8;
كثافة العمليات
الحصول على InterOpThreadPool ()
 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.
منطقية
getReportTensorAlllocationsUponOom ()
 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
الحصول علىTraceLevel ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
كثافة العمليات
الحصول علىTraceLevelValue ()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
النهائي com.google.protobuf.UnknownFieldSet
منطقية
hasDebugOptions ()
 EXPERIMENTAL.
منطقية
تجريبي ()
.tensorflow.RunOptions.Experimental experimental = 8;
كثافة العمليات
منطقية نهائية
ثابت RunOptions.Builder
newBuilder (النموذج الأولي لـ RunOptions )
ثابت RunOptions.Builder
RunOptions.Builder
خيارات التشغيل الثابتة
parseDelimitedFrom (إدخال InputStream)
خيارات التشغيل الثابتة
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
خيارات التشغيل الثابتة
parseFrom (بيانات ByteBuffer)
خيارات التشغيل الثابتة
parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
خيارات التشغيل الثابتة
parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
خيارات التشغيل الثابتة
parseFrom (com.google.protobuf.CodedInputStream الإدخال)
خيارات التشغيل الثابتة
parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
خيارات التشغيل الثابتة
parseFrom (بيانات com.google.protobuf.ByteString)
خيارات التشغيل الثابتة
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
خيارات التشغيل الثابتة
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
RunOptions.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام DEBUG_OPTIONS_FIELD_NUMBER

القيمة الثابتة: 6

العدد النهائي الثابت العام EXPERIMENTAL_FIELD_NUMBER

القيمة الثابتة: 8

العدد النهائي الثابت العام INTER_OP_THREAD_POOL_FIELD_NUMBER

القيمة الثابتة: 3

العدد النهائي الثابت العام OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER

القيمة الثابتة: 5

العدد النهائي الثابت العام REPORT_TENSOR_ALLOCATIONS_UPON_OOM_FIELD_NUMBER

القيمة الثابتة: 7

العدد النهائي الثابت العام TIMEOUT_IN_MS_FIELD_NUMBER

القيمة الثابتة: 2

العدد النهائي الثابت العام TRACE_LEVEL_FIELD_NUMBER

القيمة الثابتة: 1

الأساليب العامة

القيمة المنطقية العامة تساوي (Object obj)

getDebugOptions العامة getDebugOptions ()

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

getDebugOptionsOrBuilder العام getDebugOptionsOrBuilder ()

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

خيارات RunOptions العامة الثابتة getDefaultInstance ()

خيارات التشغيل العامة getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

RunOptions.Experimental العامة getExperimental ()

.tensorflow.RunOptions.Experimental experimental = 8;

RunOptions.ExperimentalOrBuilder العامة getExperimentalOrBuilder ()

.tensorflow.RunOptions.Experimental experimental = 8;

int public 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;

عام الحصول على بارسيرفورتيب ()

getReportTensorAlllocationsUponOom () المنطقية العامة

 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;

int public getSerializedSize ()

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 public getTraceLevelValue ()

.tensorflow.RunOptions.TraceLevel trace_level = 1;

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

المنطق المنطقي العام hasDebugOptions ()

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

القيمة المنطقية العامة تجريبية ()

.tensorflow.RunOptions.Experimental experimental = 8;

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

RunOptions.Builder العام الثابت newBuilder (النموذج الأولي لـ RunOptions )

RunOptions.Builder العام الثابت newBuilder ()

RunOptions.Builder العام newBuilderForType ()

تحليل RunOptions العام الثابت (InputStream)

رميات
IOEException

RunOptions العامة الثابتة parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل RunOptions العام الثابت (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

تحليل RunOptions العام الثابت (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل RunOptions العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل RunOptions العام الثابت (com.google.protobuf.CodedInputStream input)

رميات
IOEException

تحليل RunOptions العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل RunOptions العام الثابت (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

تحليل RunOptions العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل RunOptions العام الثابت (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

RunOptions.Builder العام toBuilder ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException