public static final class
RunOptions.Experimental.RunHandlerPoolOptions
Options for run handler thread pool.
tensorflow.RunOptions.Experimental.RunHandlerPoolOptions
Nested Classes
class | RunOptions.Experimental.RunHandlerPoolOptions.Builder | Options for run handler thread pool. |
Constants
int | PRIORITY_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static RunOptions.Experimental.RunHandlerPoolOptions | |
RunOptions.Experimental.RunHandlerPoolOptions | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
long |
getPriority()
Priority of the request. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static RunOptions.Experimental.RunHandlerPoolOptions.Builder | |
static RunOptions.Experimental.RunHandlerPoolOptions.Builder | |
RunOptions.Experimental.RunHandlerPoolOptions.Builder | |
static RunOptions.Experimental.RunHandlerPoolOptions |
parseDelimitedFrom(InputStream input)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(ByteBuffer data)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(com.google.protobuf.ByteString data)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static RunOptions.Experimental.RunHandlerPoolOptions |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
RunOptions.Experimental.RunHandlerPoolOptions.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int PRIORITY_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public long getPriority ()
Priority of the request. The run handler thread pool will schedule ops based on the priority number. The larger number means higher priority.
int64 priority = 1;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static RunOptions.Experimental.RunHandlerPoolOptions.Builder newBuilder (RunOptions.Experimental.RunHandlerPoolOptions prototype)
public static RunOptions.Experimental.RunHandlerPoolOptions parseDelimitedFrom (InputStream input)
Throws
IOException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|