ThreadPoolOptionProto.Builder

सार्वजनिक स्थैतिक अंतिम वर्ग ThreadPoolOptionProto.Builder

प्रोटोबफ़ प्रकार tensorflow.ThreadPoolOptionProto

सार्वजनिक तरीके

थ्रेडपूलऑप्शनप्रोटो.बिल्डर
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)
थ्रेडपूलऑप्शनप्रोटो
थ्रेडपूलऑप्शनप्रोटो
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
क्लियरफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड)
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
क्लियरग्लोबलनाम ()
 The global name of the threadpool.
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
क्लियरनमथ्रेड्स ()
 The number of threads in the pool.
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
थ्रेडपूलऑप्शनप्रोटो
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
डोरी
com.google.protobuf.ByteString
getGlobalNameBytes ()
 The global name of the threadpool.
int यहाँ
getNumThreads ()
 The number of threads in the pool.
अंतिम बूलियन
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
मर्जफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
मर्जफ्रॉम (com.google.protobuf.Message अन्य)
अंतिम थ्रेडपूलऑप्शनप्रोटो.बिल्डर
मर्जअज्ञातफ़ील्ड्स (com.google.protobuf.UnknownFieldSet अज्ञातफ़ील्ड्स)
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
सेटफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
सेटग्लोबलनाम (स्ट्रिंग मान)
 The global name of the threadpool.
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
setGlobalNameBytes (com.google.protobuf.ByteString मान)
 The global name of the threadpool.
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
setNumThreads (int मान)
 The number of threads in the pool.
थ्रेडपूलऑप्शनप्रोटो.बिल्डर
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, इंट इंडेक्स, ऑब्जेक्ट वैल्यू)
अंतिम थ्रेडपूलऑप्शनप्रोटो.बिल्डर
अज्ञात फ़ील्ड सेट करें (com.google.protobuf. अज्ञात फ़ील्ड सेट अज्ञात फ़ील्ड)

विरासत में मिली विधियाँ

सार्वजनिक तरीके

सार्वजनिक ThreadPoolOptionProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)

सार्वजनिक थ्रेडपूलऑप्शनप्रोटो बिल्ड ()

सार्वजनिक थ्रेडपूलऑप्शनप्रोटो बिल्डपार्टियल ()

सार्वजनिक ThreadPoolOptionProto.Builder स्पष्ट ()

सार्वजनिक ThreadPoolOptionProto.Builder ClearField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड)

सार्वजनिक ThreadPoolOptionProto.Builder ClearGlobalName ()

 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;

सार्वजनिक ThreadPoolOptionProto.Builder ClearNumThreads ()

 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;

सार्वजनिक ThreadPoolOptionProto.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

सार्वजनिक ThreadPoolOptionProto.Builder क्लोन ()

सार्वजनिक ThreadPoolOptionProto getDefaultInstanceForType ()

सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()

सार्वजनिक com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

सार्वजनिक स्ट्रिंग 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 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;

सार्वजनिक अंतिम बूलियन आरंभीकृत है ()

सार्वजनिक ThreadPoolOptionProto.Builder mergeFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
आईओ अपवाद

सार्वजनिक ThreadPoolOptionProto.Builder mergeFrom (com.google.protobuf.Message अन्य)

सार्वजनिक अंतिम ThreadPoolOptionProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet अज्ञातफील्ड्स)

सार्वजनिक ThreadPoolOptionProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)

सार्वजनिक ThreadPoolOptionProto.Builder setGlobalName (स्ट्रिंग मान)

 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;

सार्वजनिक ThreadPoolOptionProto.Builder setGlobalNameBytes (com.google.protobuf.ByteString मान)

 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;

सार्वजनिक ThreadPoolOptionProto.Builder setNumThreads (int मान)

 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;

सार्वजनिक ThreadPoolOptionProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, int अनुक्रमणिका, ऑब्जेक्ट मान)

सार्वजनिक अंतिम ThreadPoolOptionProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet अज्ञातFields)