عمومی RPCOptions کلاس نهایی
نوع Protobuf tensorflow.RPCOptions
کلاس های تو در تو
کلاس | RPCOptions.Builder | نوع Protobuf tensorflow.RPCOptions |
ثابت ها
بین المللی | CACHE_RPC_RESPONSE_FIELD_NUMBER | |
بین المللی | COMPRESSION_ALGORITHM_FIELD_NUMBER | |
بین المللی | COMPRESSION_LEVEL_FIELD_NUMBER | |
بین المللی | DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER | |
بین المللی | USE_RPC_FOR_INPROCESS_MASTER_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
بولی | getCacheRpcResponse () Setting cache_rpc_response to true will enable sender side caching of response for RecvTensorAsync and RecvBufAsync to allow receiver to retry requests . |
رشته | الگوریتم getCompression () The compression algorithm to be used. |
com.google.protobuf.ByteString | getCompressionAlgorithmBytes () The compression algorithm to be used. |
بین المللی | getCompressionLevel () If compression_algorithm is set, the compression level to be used. |
استاتیک RPCOptions | |
RPCOptions | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
بولی | getDisableSessionConnectionSharing () Disables TCP connection sharing when opening a new RPC channel. |
بین المللی | |
com.google.protobuf.UnknownFieldSet نهایی | |
بولی | getUseRpcForInprocessMaster () If true, always use RPC to contact the session target. |
بین المللی | هش کد () |
بولی نهایی | |
استاتیک RPCOptions.Builder | newBuilder () |
استاتیک RPCOptions.Builder | newBuilder (نمونه اولیه RPCOptions ) |
RPCOptions.Builder | |
استاتیک RPCOptions | parseDelimitedFrom (ورودی جریان ورودی) |
استاتیک RPCOptions | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک RPCOptions | parseFrom (داده های ByteBuffer) |
استاتیک RPCOptions | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک RPCOptions | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک RPCOptions | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
استاتیک RPCOptions | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک RPCOptions | parseFrom (داده های com.google.protobuf.ByteString) |
استاتیک RPCOptions | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک RPCOptions | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ایستا | تجزیه کننده () |
RPCOptions.Builder | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
CACHE_RPC_RESPONSE_FIELD_NUMBER نهایی استاتیک عمومی
ارزش ثابت: 4
نهایی استاتیک عمومی COMPRESSION_ALGORITHM_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی COMPRESSION_LEVEL_FIELD_NUMBER
مقدار ثابت: 3
نهایی استاتیک عمومی DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER
مقدار ثابت: 5
نهایی استاتیک عمومی USE_RPC_FOR_INPROCESS_MASTER_FIELD_NUMBER
ارزش ثابت: 1
روش های عمومی
بولین عمومی برابر است (Object Obj)
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;
رشته عمومی getCompression Algorithm ()
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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
بولی عمومی getDisableSessionConnectionSharing ()
Disables TCP connection sharing when opening a new RPC channel.
bool disable_session_connection_sharing = 5;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
بولی عمومی 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;
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی استاتیک RPCOptions parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک RPCOptions parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک RPCOptions parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک RPCOptions parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک RPCOptions parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک RPCOptions parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک RPCOptions parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
public static RPCOptions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|