ThreadPoolOptionProto de clase final pública
Protobuf tipo tensorflow.ThreadPoolOptionProto
Clases anidadas
| clase | ThreadPoolOptionProto.Builder | Protobuf tipo tensorflow.ThreadPoolOptionProto | |
Constantes
| En t | GLOBAL_NAME_FIELD_NUMBER | |
| En t | NUM_THREADS_FIELD_NUMBER |
Métodos públicos
| booleano | es igual a (Objeto obj) |
| static ThreadPoolOptionProto | |
| ThreadPoolOptionProto | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cuerda | getGlobalName () The global name of the threadpool. |
| com.google.protobuf.ByteString | getGlobalNameBytes () The global name of the threadpool. |
| En t | getNumThreads () The number of threads in the pool. |
| En t | |
| final com.google.protobuf.UnknownFieldSet | |
| En t | hashCode () |
| booleano final | |
| estático ThreadPoolOptionProto.Builder | newBuilder (prototipo ThreadPoolOptionProto ) |
| estático ThreadPoolOptionProto.Builder | newBuilder () |
| ThreadPoolOptionProto.Builder | |
| static ThreadPoolOptionProto | parseDelimitedFrom (entrada InputStream) |
| static ThreadPoolOptionProto | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static ThreadPoolOptionProto | parseFrom (datos ByteBuffer) |
| static ThreadPoolOptionProto | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static ThreadPoolOptionProto | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static ThreadPoolOptionProto | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| static ThreadPoolOptionProto | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static ThreadPoolOptionProto | parseFrom (datos com.google.protobuf.ByteString) |
| static ThreadPoolOptionProto | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static ThreadPoolOptionProto | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| ThreadPoolOptionProto.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int GLOBAL_NAME_FIELD_NUMBER
Valor constante: 2
public static final int NUM_THREADS_FIELD_NUMBER
Valor constante: 1
Métodos públicos
public boolean es igual a (Object obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String 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;public 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; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static ThreadPoolOptionProto parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
ThreadPoolOptionProto estático público parseFrom (datos ByteBuffer)
Lanza
| InvalidProtocolBufferException |
|---|
public static ThreadPoolOptionProto parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static ThreadPoolOptionProto parseFrom (ByteBuffer datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
ThreadPoolOptionProto estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
ThreadPoolOptionProto estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
ThreadPoolOptionProto estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
public static ThreadPoolOptionProto parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
ThreadPoolOptionProto estático público parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|