RPCOptions คลาสสุดท้ายสาธารณะ
Protobuf ประเภท tensorflow.RPCOptions
คลาสที่ซ้อนกัน
ระดับ | RPCOptions.ตัวสร้าง | Protobuf ประเภท tensorflow.RPCOptions |
ค่าคงที่
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ 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 . |
สตริง | รับอัลกอริทึมการบีบอัด () 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. |
RPCOptions แบบคงที่ | |
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.ตัวสร้าง | |
RPCOptions แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
RPCOptions แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม 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.ตัวสร้าง | toBuilder () |
เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะคงที่สุดท้าย int CACHE_RPC_RESPONSE_FIELD_NUMBER
ค่าคงที่: 4
สาธารณะคงสุดท้าย int COMPRESSION_ALGORITHM_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int COMPRESSION_LEVEL_FIELD_NUMBER
ค่าคงที่: 3
int สุดท้ายแบบคงที่สาธารณะ 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;
สาธารณะ 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;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
RPCOptions สาธารณะคง ที่ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
RPCOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
RPCOptions แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
RPCOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
RPCOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
RPCOptions สาธารณะคงที่ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
RPCOptions แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
RPCOptions แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|