RPCOptions

RPCOptions คลาสสุดท้ายสาธารณะ

Protobuf ประเภท tensorflow.RPCOptions

คลาสที่ซ้อนกัน

ระดับ RPCOptions.ตัวสร้าง 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

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ 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 .
สตริง
com.google.protobuf.ByteString
ภายใน
รับระดับการบีบอัด ()
 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.ตัวสร้าง
เป็นโมฆะ
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;

RPCOptions สาธารณะคงที่ getDefaultInstance ()

RPCOptions สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย 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.Builder สาธารณะแบบคงที่ newBuilder ()

RPCOptions.Builder สาธารณะแบบคงที่สาธารณะ ( ต้นแบบ RPCOptions )

RPCOptions.Builder สาธารณะ newBuilderForType ()

RPCOptions คงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

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 คงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

RPCOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

RPCOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

RPCOptions สาธารณะคงที่ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

RPCOptions แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

RPCOptions.Builder สาธารณะ toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น