RPCOptions.Builder

RPCOptions.Builder de clase final estática pública

Tensorflow de tipo tensorflow.RPCOptions

Métodos públicos

RPCOptions.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
RPCOpciones
RPCOpciones
RPCOptions.Builder
claro ()
RPCOptions.Builder
clearCacheRpcResponse ()
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
RPCOptions.Builder
clearCompressionAlgorithm ()
 The compression algorithm to be used.
RPCOptions.Builder
clearCompressionLevel ()
 If compression_algorithm is set, the compression level to be used.
RPCOptions.Builder
clearDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
RPCOptions.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
RPCOptions.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
RPCOptions.Builder
clearUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
RPCOptions.Builder
clonar ()
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
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
booleano
getDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
booleano
getUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
booleano final
RPCOptions.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RPCOptions.Builder
mergeFrom (com.google.protobuf.Message otro)
RPCOptions.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
RPCOptions.Builder
setCacheRpcResponse (valor booleano)
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
RPCOptions.Builder
setCompressionAlgorithm (valor de cadena)
 The compression algorithm to be used.
RPCOptions.Builder
setCompressionAlgorithmBytes (valor de com.google.protobuf.ByteString)
 The compression algorithm to be used.
RPCOptions.Builder
setCompressionLevel (valor int)
 If compression_algorithm is set, the compression level to be used.
RPCOptions.Builder
setDisableSessionConnectionSharing (valor booleano)
 Disables TCP connection sharing when opening a new RPC channel.
RPCOptions.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
RPCOptions.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
RPCOptions.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
RPCOptions.Builder
setUseRpcForInprocessMaster (valor booleano)
 If true, always use RPC to contact the session target.

Métodos heredados

Métodos públicos

public RPCOptions.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

RPCOptions públicas build ()

RPCOptions públicas buildPartial ()

public RPCOptions.Builder clear ()

public RPCOptions.Builder clearCacheRpcResponse ()

 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 RPCOptions.Builder clearCompressionAlgorithm ()

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

public RPCOptions.Builder clearCompressionLevel ()

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

public RPCOptions.Builder clearDisableSessionConnectionSharing ()

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

public RPCOptions.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public RPCOptions.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public RPCOptions.Builder clearUseRpcForInprocessMaster ()

 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;

RPCOptions.Builder público clon ()

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 públicas getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public boolean getDisableSessionConnectionSharing ()

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

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 final boolean isInitialized ()

public RPCOptions.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public RPCOptions.Builder mergeFrom (com.google.protobuf.Message other)

RPCOptions.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public RPCOptions.Builder setCacheRpcResponse (valor booleano)

 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 RPCOptions.Builder setCompressionAlgorithm (valor de cadena)

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

public RPCOptions.Builder setCompressionAlgorithmBytes (valor de com.google.protobuf.ByteString)

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

public RPCOptions.Builder setCompressionLevel (valor int)

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

public RPCOptions.Builder setDisableSessionConnectionSharing (valor booleano)

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

public RPCOptions.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public RPCOptions.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

RPCOptions.Builder final público setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public RPCOptions.Builder setUseRpcForInprocessMaster (valor booleano)

 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;