الفئة النهائية العامة ThreadPoolOptionProto
نوع Protobuf tensorflow.ThreadPoolOptionProto
فئات متداخلة
فصل | ThreadPoolOptionProto.Builder | نوع Protobuf tensorflow.ThreadPoolOptionProto |
الثوابت
كثافة العمليات | GLOBAL_NAME_FIELD_NUMBER | |
كثافة العمليات | NUM_THREADS_FIELD_NUMBER |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
ثابت ThreadPoolOptionProto | |
ThreadPoolOptionProto | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
خيط | الحصول على الاسم العالمي () The global name of the threadpool. |
com.google.protobuf.ByteString | الحصول علىGlobalNameBytes () The global name of the threadpool. |
كثافة العمليات | الحصول على NumThreads () The number of threads in the pool. |
كثافة العمليات | |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
ثابت ThreadPoolOptionProto.Builder | newBuilder (النموذج الأولي لـ ThreadPoolOptionProto ) |
ثابت ThreadPoolOptionProto.Builder | منشئ جديد () |
ThreadPoolOptionProto.Builder | |
ثابت ThreadPoolOptionProto | parseDelimitedFrom (إدخال InputStream) |
ثابت ThreadPoolOptionProto | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت ThreadPoolOptionProto | parseFrom (بيانات ByteBuffer) |
ثابت ThreadPoolOptionProto | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت ThreadPoolOptionProto | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت ThreadPoolOptionProto | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
ثابت ThreadPoolOptionProto | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت ThreadPoolOptionProto | parseFrom (بيانات com.google.protobuf.ByteString) |
ثابت ThreadPoolOptionProto | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت ThreadPoolOptionProto | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
ThreadPoolOptionProto.Builder | إلى البناء () |
فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
النهائي الثابت العام GLOBAL_NAME_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام NUM_THREADS_FIELD_NUMBER
القيمة الثابتة: 1
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
سلسلة عامة getGlobalName ()
The global name of the threadpool. If empty, then the threadpool is made and used according to the scope it's in - e.g., for a session threadpool, it is used by that session only. If non-empty, then: - a global threadpool associated with this name is looked up or created. This allows, for example, sharing one threadpool across many sessions (e.g., like the default behavior, if inter_op_parallelism_threads is not configured), but still partitioning into a large and small pool. - if the threadpool for this global_name already exists, then it is an error if the existing pool was created using a different num_threads value as is specified on this call. - threadpools created this way are never garbage collected.
string global_name = 2;
com.google.protobuf.ByteString العامة getGlobalNameBytes ()
The global name of the threadpool. If empty, then the threadpool is made and used according to the scope it's in - e.g., for a session threadpool, it is used by that session only. If non-empty, then: - a global threadpool associated with this name is looked up or created. This allows, for example, sharing one threadpool across many sessions (e.g., like the default behavior, if inter_op_parallelism_threads is not configured), but still partitioning into a large and small pool. - if the threadpool for this global_name already exists, then it is an error if the existing pool was created using a different num_threads value as is specified on this call. - threadpools created this way are never garbage collected.
string global_name = 2;
int public getNumThreads ()
The number of threads in the pool. 0 means the system picks a value based on where this option proto is used (see the declaration of the specific field for more info).
int32 num_threads = 1;
عام الحصول على بارسيرفورتايب ()
int public getSerializedSize ()
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
ThreadPoolOptionProto الثابت العام parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل ThreadPoolOptionProto الثابت العام (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل ThreadPoolOptionProto الثابت العام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل ThreadPoolOptionProto الثابت العام (com.google.protobuf.CodedInputStream input)
رميات
IOEException |
---|
تحليل ThreadPoolOptionProto الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل ThreadPoolOptionProto الثابت العام (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل ThreadPoolOptionProto الثابت العام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل ThreadPoolOptionProto الثابت العام (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|