RPCOptions

পাবলিক ফাইনাল ক্লাস RPCOptions

Protobuf টাইপ tensorflow.RPCOptions

নেস্টেড ক্লাস

ক্লাস RPCOptions.Builder Protobuf টাইপ tensorflow.RPCOptions

ধ্রুবক

int CACHE_RPC_RESPONSE_FIELD_NUMBER
int COMPRESSION_ALGORITHM_FIELD_NUMBER
int COMPRESSION_LEVEL_FIELD_NUMBER
int DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER
int 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 .
স্ট্রিং
getCompressionAlgorithm ()
 The compression algorithm to be used.
com.google.protobuf.ByteString
getCompressionAlgorithmBytes ()
 The compression algorithm to be used.
int
গেট কম্প্রেশন লেভেল ()
 If compression_algorithm is set, the compression level to be used.
স্ট্যাটিক RPCOptions
RPCOptions
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor
বুলিয়ান
getDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
int
চূড়ান্ত com.google.protobuf.UnknownFieldSet
বুলিয়ান
getUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
int
চূড়ান্ত বুলিয়ান
স্ট্যাটিক RPCOptions.Builder
স্ট্যাটিক RPCOptions.Builder
নিউ বিল্ডার ( RPCOptions প্রোটোটাইপ)
RPCOptions.Builder
স্ট্যাটিক RPCOptions
পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)
স্ট্যাটিক RPCOptions
parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক RPCOptions
পার্সফ্রম (বাইটবাফার ডেটা)
স্ট্যাটিক RPCOptions
parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক RPCOptions
parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক RPCOptions
parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
স্ট্যাটিক RPCOptions
পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক RPCOptions
parseFrom (com.google.protobuf.ByteString ডেটা)
স্ট্যাটিক RPCOptions
পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক RPCOptions
parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্থির
RPCOptions.Builder
অকার্যকর
writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

ধ্রুবক

CACHE_RPC_RESPONSE_FIELD_NUMBER int পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 4

সর্বজনীন স্ট্যাটিক ফাইনাল int COMPRESSION_ALGORITHM_FIELD_NUMBER

ধ্রুবক মান: 2

সর্বজনীন স্ট্যাটিক ফাইনাল int COMPRESSION_LEVEL_FIELD_NUMBER

ধ্রুবক মান: 3

DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER int পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 5

পাবলিক স্ট্যাটিক ফাইনাল int USE_RPC_FOR_INPROCESS_MASTER_FIELD_NUMBER

ধ্রুবক মান: 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;

পাবলিক স্ট্যাটিক 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 হ্যাশকোড ()

সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()

পাবলিক স্ট্যাটিক RPCOptions.Builder newBuilder ()

পাবলিক স্ট্যাটিক RPCOptions.Builder newBuilder ( RPCOptions প্রোটোটাইপ)

সর্বজনীন RPCOptions.Builder newBuilderForType ()

পাবলিক স্ট্যাটিক RPCOptions পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions পার্সডিলিমিটেডফ্রম (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions পার্সফ্রম (ByteBuffer ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions পার্সফ্রম (com.google.protobuf.CodedInputStream ইনপুট)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions parseFrom (com.google.protobuf.ByteString ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IO ব্যতিক্রম

পাবলিক স্ট্যাটিক RPCOptions parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক পার্সার ()

পাবলিক RPCOptions.Builder to Builder ()

public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

নিক্ষেপ করে
IO ব্যতিক্রম