classe final pública RPCOptions
Tipo de protobuf tensorflow.RPCOptions
Classes aninhadas
aula | RPCOptions.Builder | Tipo de protobuf tensorflow.RPCOptions |
Constantes
Métodos Públicos
booleano | é igual (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 . |
Corda | getCompressionAlgorithm () The compression algorithm to be used. |
com.google.protobuf.ByteString | getCompressionAlgorithmBytes () The compression algorithm to be used. |
interno | getCompressionLevel () If compression_algorithm is set, the compression level to be used. |
Opções RPC estáticas | |
Opções RPC | |
final estático com.google.protobuf.Descriptors.Descriptor | |
booleano | getDisableSessionConnectionSharing () Disables TCP connection sharing when opening a new RPC channel. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
booleano | getUseRpcForInprocessMaster () If true, always use RPC to contact the session target. |
interno | código hash () |
booleano final | |
RPCOptions.Builder estático | |
RPCOptions.Builder estático | newBuilder (protótipo RPCOptions ) |
RPCOptions.Builder | |
Opções RPC estáticas | parseDelimitedFrom (entrada InputStream) |
Opções RPC estáticas | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções RPC estáticas | parseFrom (dados de ByteBuffer) |
Opções RPC estáticas | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções RPC estáticas | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções RPC estáticas | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Opções RPC estáticas | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções RPC estáticas | parseFrom (dados com.google.protobuf.ByteString) |
Opções RPC estáticas | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Opções RPC estáticas | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
RPCOptions.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int CACHE_RPC_RESPONSE_FIELD_NUMBER
Valor Constante: 4
público estático final int COMPRESSION_ALGORITHM_FIELD_NUMBER
Valor Constante: 2
int final estático público COMPRESSION_LEVEL_FIELD_NUMBER
Valor Constante: 3
público estático 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
booleano público é igual (Object obj)
getCacheRpcResponse booleano público ()
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;
String pública getCompressionAlgorithm ()
The compression algorithm to be used. One of "deflate", "gzip".
string compression_algorithm = 2;
público com.google.protobuf.ByteString getCompressionAlgorithmBytes ()
The compression algorithm to be used. One of "deflate", "gzip".
string compression_algorithm = 2;
público int getCompressionLevel ()
If compression_algorithm is set, the compression level to be used. From 0 (no compression), up to 3.
int32 compression_level = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público booleano getDisableSessionConnectionSharing ()
Disables TCP connection sharing when opening a new RPC channel.
bool disable_session_connection_sharing = 5;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
público booleano 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;
hashCode int público ()
público final booleano isInitialized ()
public static RPCOptions parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static RPCOptions parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static RPCOptions parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static RPCOptions parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
RPCOptions estáticas públicas parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static RPCOptions parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static RPCOptions 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 |
---|