RPCOptions

RPCO de clase final pública

Tensorflow de tipo tensorflow.RPCOptions

Clases anidadas

clase RPCOptions.Builder Tensorflow de tipo tensorflow.RPCOptions

Constantes

En t CACHE_RPC_RESPONSE_FIELD_NUMBER
En t COMPRESSION_ALGORITHM_FIELD_NUMBER
En t COMPRESSION_LEVEL_FIELD_NUMBER
En t DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER
En t USE_RPC_FOR_INPROCESS_MASTER_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
booleano
getCacheRpcResponse ()
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
Cuerda
getCompressionAlgorithm ()
 The compression algorithm to be used.
com.google.protobuf.ByteString
getCompressionAlgorithmBytes ()
 The compression algorithm to be used.
En t
getCompressionLevel ()
 If compression_algorithm is set, the compression level to be used.
RPCOpciones estáticas
RPCOpciones
com.google.protobuf.Descriptors.Descriptor estático final
booleano
getDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
En t
final com.google.protobuf.UnknownFieldSet
booleano
getUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
En t
booleano final
RPCOptions.Builder estático
RPCOptions.Builder estático
newBuilder (prototipo RPCOptions )
RPCOptions.Builder
RPCOpciones estáticas
parseDelimitedFrom (entrada InputStream)
RPCOpciones estáticas
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RPCOpciones estáticas
parseFrom (datos ByteBuffer)
RPCOpciones estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RPCOpciones estáticas
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RPCOpciones estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
RPCOpciones estáticas
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RPCOpciones estáticas
parseFrom (datos com.google.protobuf.ByteString)
RPCOpciones estáticas
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RPCOpciones estáticas
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
RPCOptions.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int CACHE_RPC_RESPONSE_FIELD_NUMBER

Valor constante: 4

public static final int COMPRESSION_ALGORITHM_FIELD_NUMBER

Valor constante: 2

public static final int COMPRESSION_LEVEL_FIELD_NUMBER

Valor constante: 3

public static final int DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER

Valor constante: 5

público estático final int USE_RPC_FOR_INPROCESS_MASTER_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public boolean getCacheRpcResponse ()

 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests . This is only necessary when the network fabric is experiencing a
 significant error rate.  Without it we'll fail a step on an network error,
 while with it we'll be able to complete long steps (like complex
 initializations) in the face of some network errors during RecvTensor.
 
bool cache_rpc_response = 4;

public String getCompressionAlgorithm ()

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2; algoritmo_compresión string compression_algorithm = 2;

public com.google.protobuf.ByteString getCompressionAlgorithmBytes ()

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2; algoritmo_compresión string compression_algorithm = 2;

public int getCompressionLevel ()

 If compression_algorithm is set, the compression level to be used.
 From 0 (no compression), up to 3.
 
int32 int32 compression_level = 3;

RPCOptions estáticas públicas getDefaultInstance ()

RPCOptions públicas getDefaultInstanceForType ()

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

public boolean getDisableSessionConnectionSharing ()

 Disables TCP connection sharing when opening a new RPC channel.
 
bool disable_session_connection_sharing = 5;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean getUseRpcForInprocessMaster ()

 If true, always use RPC to contact the session target.
 If false (the default option), TensorFlow may use an optimized
 transport for client-master communication that avoids the RPC
 stack. This option is primarily for used testing the RPC stack.
 
bool use_rpc_for_inprocess_master = 1;

public int hashCode ()

public final boolean isInitialized ()

RPCOptions.Builder estático público newBuilder ()

RPCOptions.Builder estático público newBuilder (prototipo RPCOptions )

RPCOptions.Builder público newBuilderForType ()

RPCOptions estáticas públicas parseDelimitedFrom (entrada InputStream)

Lanza
IOException

RPCOptions estáticas públicas parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

RPCOptions estáticas públicas parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

RPCOptions estáticas públicas parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

RPCOptions estáticas públicas parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

RPCOptions estáticas públicas parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

RPCOptions estáticas públicas parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

RPCOptions estáticas públicas parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

RPCOptions estáticas públicas parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

RPCOptions estáticas públicas parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public RPCOptions.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException