सार्वजनिक स्थैतिक अंतिम वर्ग RPCOptions.Builder
प्रोटोबफ़ प्रकार tensorflow.RPCOptions
सार्वजनिक तरीके
RPCOptions.बिल्डर | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान) |
आरपीसीओ विकल्प | निर्माण () |
आरपीसीओ विकल्प | बिल्डआंशिक () |
RPCOptions.बिल्डर | स्पष्ट () |
RPCOptions.बिल्डर | 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.बिल्डर | स्पष्टसंपीड़नएल्गोरिदम () The compression algorithm to be used. |
RPCOptions.बिल्डर | स्पष्टसंपीड़नस्तर () If compression_algorithm is set, the compression level to be used. |
RPCOptions.बिल्डर | ClearDisableSessionConnectionSharing () Disables TCP connection sharing when opening a new RPC channel. |
RPCOptions.बिल्डर | क्लियरफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड) |
RPCOptions.बिल्डर | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RPCOptions.बिल्डर | ClearUseRpcForInprocessMaster () If true, always use RPC to contact the session target. |
RPCOptions.बिल्डर | क्लोन () |
बूलियन | getCacheRpcResponse () Setting cache_rpc_response to true will enable sender side caching of response for RecvTensorAsync and RecvBufAsync to allow receiver to retry requests . |
डोरी | GetCompressionAlgorithm () The compression algorithm to be used. |
com.google.protobuf.ByteString | GetCompressionAlgorithmBytes () The compression algorithm to be used. |
int यहाँ | getCompressionLevel () If compression_algorithm is set, the compression level to be used. |
आरपीसीओ विकल्प | |
अंतिम स्थिर 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.बिल्डर | मर्जफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
RPCOptions.बिल्डर | मर्जफ्रॉम (com.google.protobuf.Message अन्य) |
अंतिम RPCOptions.Builder | मर्जअज्ञातफ़ील्ड्स (com.google.protobuf.UnknownFieldSet अज्ञातफ़ील्ड्स) |
RPCOptions.बिल्डर | 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.बिल्डर | setCompressionAlgorithm (स्ट्रिंग मान) The compression algorithm to be used. |
RPCOptions.बिल्डर | setCompressionAlgorithmBytes (com.google.protobuf.ByteString मान) The compression algorithm to be used. |
RPCOptions.बिल्डर | setCompressionLevel (int मान) If compression_algorithm is set, the compression level to be used. |
RPCOptions.बिल्डर | setDisableSessionConnectionSharing (बूलियन मान) Disables TCP connection sharing when opening a new RPC channel. |
RPCOptions.बिल्डर | सेटफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान) |
RPCOptions.बिल्डर | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, इंट इंडेक्स, ऑब्जेक्ट वैल्यू) |
अंतिम RPCOptions.Builder | अज्ञात फ़ील्ड सेट करें (com.google.protobuf. अज्ञात फ़ील्ड सेट अज्ञात फ़ील्ड) |
RPCOptions.बिल्डर | setUseRpcForInprocessMaster (बूलियन मान) If true, always use RPC to contact the session target. |
विरासत में मिली विधियाँ
सार्वजनिक तरीके
सार्वजनिक RPCOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)
सार्वजनिक 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.बिल्डर क्लियरकंप्रेशनएल्गोरिदम ()
The compression algorithm to be used. One of "deflate", "gzip".
string compression_algorithm = 2;
सार्वजनिक RPCOptions.बिल्डर क्लियरकंप्रेशनलेवल ()
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 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;
सार्वजनिक बूलियन 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;
सार्वजनिक स्थैतिक अंतिम 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 इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओ अपवाद |
---|
सार्वजनिक अंतिम RPCOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet अज्ञातफील्ड्स)
सार्वजनिक 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 setCompressionAlgorithm (स्ट्रिंग मान)
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 setCompressionLevel (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 setDisableSessionConnectionSharing (बूलियन मान)
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 setUnknownFields (com.google.protobuf.UnknownFieldSet अज्ञातFields)
सार्वजनिक RPCOptions.Builder setUseRpcForInprocessMaster (बूलियन मान)
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;