ThreadPoolOptionProto.Builder

publiczna statyczna klasa końcowa ThreadPoolOptionProto.Builder

Protobuf typu tensorflow.ThreadPoolOptionProto

Metody publiczne

ThreadPoolOptionProto.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
ThreadPoolOpcjaProto
ThreadPoolOpcjaProto
ThreadPoolOptionProto.Builder
jasne ()
ThreadPoolOptionProto.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
ThreadPoolOptionProto.Builder
wyczyść nazwę globalną ()
 The global name of the threadpool.
ThreadPoolOptionProto.Builder
wyczyśćNumWątków ()
 The number of threads in the pool.
ThreadPoolOptionProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ThreadPoolOptionProto.Builder
klon ()
ThreadPoolOpcjaProto
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Strunowy
getGlobalName ()
 The global name of the threadpool.
com.google.protobuf.ByteString
getGlobalNameBytes ()
 The global name of the threadpool.
wew
pobierzNumThreads ()
 The number of threads in the pool.
końcowa wartość logiczna
ThreadPoolOptionProto.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ThreadPoolOptionProto.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
końcowy ThreadPoolOptionProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
ThreadPoolOptionProto.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
ThreadPoolOptionProto.Builder
setGlobalName (wartość ciągu)
 The global name of the threadpool.
ThreadPoolOptionProto.Builder
setGlobalNameBytes (wartość com.google.protobuf.ByteString)
 The global name of the threadpool.
ThreadPoolOptionProto.Builder
setNumThreads (wartość int)
 The number of threads in the pool.
ThreadPoolOptionProto.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
końcowy ThreadPoolOptionProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public ThreadPoolOptionProto.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public ThreadPoolOptionProto build ()

public ThreadPoolOptionProto buildPartial ()

public ThreadPoolOptionProto.Builder wyczyść ()

public ThreadPoolOptionProto.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)

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

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

public ThreadPoolOptionProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

publiczny ThreadPoolOptionProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

publiczny ciąg 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;

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

publiczny 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;

publiczna końcowa wartość logiczna isInitialized ()

publiczny ThreadPoolOptionProto.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public ThreadPoolOptionProto.Builder mergeFrom (com.google.protobuf.Message other)

publiczny końcowy ThreadPoolOptionProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public ThreadPoolOptionProto.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public ThreadPoolOptionProto.Builder setGlobalName (wartość ciągu)

 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;

public ThreadPoolOptionProto.Builder setGlobalNameBytes (wartość 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;

public ThreadPoolOptionProto.Builder setNumThreads (wartość 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;

public ThreadPoolOptionProto.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

publiczny końcowy ThreadPoolOptionProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)