RunOptions.Experimental.RunHandlerPoolOptions

classe final pública estática RunOptions.Experimental.RunHandlerPoolOptions

 Options for run handler thread pool.
 
tensorflow.RunOptions.Experimental.RunHandlerPoolOptions type tensorflow.RunOptions.Experimental.RunHandlerPoolOptions

Classes aninhadas

aula RunOptions.Experimental.RunHandlerPoolOptions.Builder
 Options for run handler thread pool. 

Constantes

int PRIORITY_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static RunOptions.Experimental.RunHandlerPoolOptions
RunOptions.Experimental.RunHandlerPoolOptions
final static com.google.protobuf.Descriptors.Descriptor
longo
getPriority ()
 Priority of the request.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
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 (dados ByteBuffer)
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)
estático
RunOptions.Experimental.RunHandlerPoolOptions.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int PRIORITY_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static RunOptions.Experimental.RunHandlerPoolOptions getDefaultInstance ()

public RunOptions.Experimental.RunHandlerPoolOptions getDefaultInstanceForType ()

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

público 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 parseDelimitedFrom (InputStream input)

Lança
IOException

public static RunOptions.Experimental.RunHandlerPoolOptions parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException