خيارات 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 |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
منطقية | 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 ثابتة | |
خيارات RPC | |
النهائي الثابت 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 ثابت | منشئ جديد () |
RPCOptions.Builder ثابت | newBuilder (النموذج الأولي لـ RPCOptions ) |
RPCOptions.Builder | |
خيارات RPC ثابتة | parseDelimitedFrom (إدخال InputStream) |
خيارات RPC ثابتة | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات RPC ثابتة | parseFrom (بيانات ByteBuffer) |
خيارات RPC ثابتة | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات RPC ثابتة | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات RPC ثابتة | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
خيارات RPC ثابتة | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات RPC ثابتة | parseFrom (بيانات com.google.protobuf.ByteString) |
خيارات RPC ثابتة | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
خيارات RPC ثابتة | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
RPCOptions.Builder | إلى البناء () |
فارغ | writeTo (com.google.protobuf.CodedOutputStream الإخراج) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام CACHE_RPC_RESPONSE_FIELD_NUMBER
القيمة الثابتة: 4
int النهائي الثابت العام COMPRESSION_ALGORITHM_FIELD_NUMBER
القيمة الثابتة: 2
int النهائي الثابت العام COMPRESSION_LEVEL_FIELD_NUMBER
القيمة الثابتة: 3
العدد النهائي الثابت العام DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER
القيمة الثابتة: 5
int النهائي الثابت العام 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;
سلسلة عامة 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 ()
getDisableSessionConnectionSharing () المنطقية العامة
Disables TCP connection sharing when opening a new RPC channel.
bool disable_session_connection_sharing = 5;
عام الحصول على بارسيرفورتايب ()
int public 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;
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
RPCOptions العامة الثابتة parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل RPCOptions العام الثابت (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل RPCOptions العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل RPCOptions العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل RPCOptions العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل RPCOptions العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل RPCOptions العام الثابت (بيانات com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|