RunOptions.Experimental.RunHandlerPoolOptions

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

 Options for run handler thread pool.
 
Tipo de protobuf tensorflow.RunOptions.Experimental.RunHandlerPoolOptions

Classes aninhadas

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

Constantes

interno PRIORITY_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
RunOptions estática.Experimental.RunHandlerPoolOptions
RunOptions.Experimental.RunHandlerPoolOptions
final estático com.google.protobuf.Descriptors.Descriptor
longo
obterPrioridade ()
 Priority of the request.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
RunOptions.Experimental.RunHandlerPoolOptions.Builder estático
RunOptions.Experimental.RunHandlerPoolOptions.Builder estático
RunOptions.Experimental.RunHandlerPoolOptions.Builder
RunOptions estática.Experimental.RunHandlerPoolOptions
parseDelimitedFrom (entrada InputStream)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (dados de ByteBuffer)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (entrada com.google.protobuf.CodedInputStream)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (dados com.google.protobuf.ByteString)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions estática.Experimental.RunHandlerPoolOptions
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
RunOptions.Experimental.RunHandlerPoolOptions.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int PRIORITY_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

público estático RunOptions.Experimental.RunHandlerPoolOptions getDefaultInstance ()

public RunOptions.Experimental.RunHandlerPoolOptions getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público getParserForType ()

getPriority longo público ()

 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;

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

public static RunOptions.Experimental.RunHandlerPoolOptions parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático RunOptions.Experimental.RunHandlerPoolOptions parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático RunOptions.Experimental.RunHandlerPoolOptions parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static RunOptions.Experimental.RunHandlerPoolOptions parseFrom (dados com.google.protobuf.ByteString, 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