RPCOptions

genel son sınıf RPCOptions

Protobuf türü tensorflow.RPCOptions

İç İçe Sınıflar

sınıf RPCOptions.Builder Protobuf türü tensorflow.RPCOptions

Sabitler

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

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
boolean
getCacheRpcResponse ()
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
Sicim
getCompressionAlgorithm ()
 The compression algorithm to be used.
com.google.protobuf.ByteString
getCompressionAlgorithmBytes ()
 The compression algorithm to be used.
int
getCompressionLevel ()
 If compression_algorithm is set, the compression level to be used.
Statik RPCSeçenekleri
RPCSeçenekleri
final statik com.google.protobuf.Descriptors.Descriptor
boolean
getDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
int
final com.google.protobuf.UnknownFieldSet
boolean
getUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
int
son boole değeri
statik RPCOptions.Builder
statik RPCOptions.Builder
newBuilder ( RPCOptions prototipi)
RPCOptions.Builder
Statik RPCSeçenekleri
parseDelimitedFrom (InputStream girişi)
Statik RPCSeçenekleri
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik RPCSeçenekleri
parseFrom (ByteBuffer verileri)
Statik RPCSeçenekleri
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik RPCSeçenekleri
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik RPCSeçenekleri
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Statik RPCSeçenekleri
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik RPCSeçenekleri
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Statik RPCSeçenekleri
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Statik RPCSeçenekleri
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
RPCOptions.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int CACHE_RPC_RESPONSE_FIELD_NUMBER

Sabit Değer: 4

genel statik final int COMPRESSION_ALGORITHM_FIELD_NUMBER

Sabit Değer: 2

genel statik final int COMPRESSION_LEVEL_FIELD_NUMBER

Sabit Değer: 3

genel statik final int DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER

Sabit Değer: 5

genel statik final int USE_RPC_FOR_INPROCESS_MASTER_FIELD_NUMBER

Sabit Değer: 1

Genel Yöntemler

genel boole eşittir (Object obj)

genel boolean 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;

public String getCompressionAlgorithm ()

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2;

public com.google.protobuf.ByteString getCompressionAlgorithmBytes ()

 The compression algorithm to be used. One of "deflate", "gzip".
 
string compression_algorithm = 2;

public 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 RPCOptions getDefaultInstance ()

public RPCOptions getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

genel boolean getDisableSessionConnectionSharing ()

 Disables TCP connection sharing when opening a new RPC channel.
 
bool disable_session_connection_sharing = 5;

halk getParserForType ()

public int getSerializedSize ()

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel boolean 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;

genel int hashCode ()

genel final boolean isInitialized ()

genel statik RPCOptions.Builder newBuilder ()

genel statik RPCOptions.Builder newBuilder ( RPCOptions prototipi)

public RPCOptions.Builder newBuilderForType ()

public static RPCOptions parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

genel statik RPCOptions ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RPCOptions ayrıştırmaFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RPCOptions ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RPCOptions ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RPCOptions ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

genel statik RPCOptions ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RPCOptions ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RPCOptions ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RPCOptions ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

public RPCOptions.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası