RPCOptions.Builder

الفئة النهائية العامة الثابتة RPCOptions.Builder

نوع Protobuf tensorflow.RPCOptions

الأساليب العامة

RPCOptions.Builder
addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
خيارات RPC
خيارات RPC
RPCOptions.Builder
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
خوارزمية الضغط الواضحة ()
 The compression algorithm to be used.
RPCOptions.Builder
مستوى الضغط الواضح ()
 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 (حقل 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
منطقية
getCacheRpcResponse ()
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
خيط
خوارزمية الضغط ()
 The compression algorithm to be used.
com.google.protobuf.ByteString
الحصول على خوارزمية الضغط ()
 The compression algorithm to be used.
كثافة العمليات
الحصول على مستوى الضغط ()
 If compression_algorithm is set, the compression level to be used.
خيارات RPC
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
منطقية
getDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
منطقية
getUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
منطقية نهائية
RPCOptions.Builder
دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
RPCOptions.Builder
دمج من (com.google.protobuf.Message أخرى)
RPCOptions.Builder النهائي
دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
RPCOptions.Builder
setCacheRpcResponse (قيمة منطقية)
 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 (قيمة السلسلة)
 The compression algorithm to be used.
RPCOptions.Builder
setCompressionAlgorithmBytes (قيمة com.google.protobuf.ByteString)
 The compression algorithm to be used.
RPCOptions.Builder
setCompressionLevel (قيمة int)
 If compression_algorithm is set, the compression level to be used.
RPCOptions.Builder
setDisableSessionConnectionSharing (قيمة منطقية)
 Disables TCP connection sharing when opening a new RPC channel.
RPCOptions.Builder
setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
RPCOptions.Builder
setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، فهرس int، قيمة الكائن)
RPCOptions.Builder النهائي
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
RPCOptions.Builder
setUseRpcForInprocessMaster (قيمة منطقية)
 If true, always use RPC to contact the session target.

الطرق الموروثة

الأساليب العامة

RPCOptions.Builder العام addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)

بناء RPCOptions العام ()

خيارات RPC العامة buildPartial ()

RPCOptions.Builder العام واضح ()

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;

RPCOptions.Builder العامة ClearCompressionAlgorithm ()

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

RPCOptions.Builder العام ClearCompressionLevel ()

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

RPCOptions.Builder العام ClearDisableSessionConnectionSharing ()

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

RPCOptions.Builder ClearField العام (حقل 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.
 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 العام ()

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;

سلسلة عامة getCompressionAlgorithm ()

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

com.google.protobuf.ByteString العامة getCompressionAlgorithmBytes ()

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

int العام getCompressionLevel ()

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

خيارات RPCOptions العامة getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام

getDisableSessionConnectionSharing () المنطقية العامة

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

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;

تمت تهيئة القيمة المنطقية النهائية العامة ()

RPCOptions.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

RPCOptions.Builder العام mergeFrom (com.google.protobuf.Message أخرى)

RPCOptions.Builder النهائي العام mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)

RPCOptions.Builder العامة setCacheRpcResponse (قيمة منطقية)

 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;

مجموعة RPCOptions.Builder العامة CompressionAlgorithm (قيمة السلسلة)

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

RPCOptions.Builder العامة setCompressionAlgorithmBytes (قيمة com.google.protobuf.ByteString)

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

مجموعة RPCOptions.Builder العامة CompressionLevel (قيمة int)

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

مجموعة RPCOptions.Builder العامة DisableSessionConnectionSharing (قيمة منطقية)

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

RPCOptions.Builder العام setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)

RPCOptions.Builder العام setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، مؤشر int، قيمة الكائن)

RPCOptions.Builder النهائي العام

مجموعة RPCOptions.Builder العامة UseRpcForInprocessMaster (قيمة منطقية)

 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;