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

שיטות ציבוריות

בוליאני
שווה (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 .
חוּט
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.
סטטי RPCOptions
RPCOptions
final static com.google.protobuf.Descriptors.Descriptor
בוליאני
getDisableSessionConnectionSharing ()
 Disables TCP connection sharing when opening a new RPC channel.
int
final com.google.protobuf.UnknownFieldSet
בוליאני
getUseRpcForInprocessMaster ()
 If true, always use RPC to contact the session target.
int
בוליאנית סופית
סטטי RPCOptions.Builder
סטטי RPCOptions.Builder
newBuilder (אב-טיפוס RPCOptions )
RPCOptions.Builder
סטטי RPCOptions
parseDelimitedFrom (קלט InputStream)
סטטי RPCOptions
parseDelimitedFrom (קלט InputStream, 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 (נתוני byte[], 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.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

גמר סטטי ציבורי CACHE_RPC_RESPONSE_FIELD_NUMBER

ערך קבוע: 4

אינט סופי סטטי ציבורי COMPRESSION_ALGORITHM_FIELD_NUMBER

ערך קבוע: 2

גמר סטטי ציבורי COMPRESSION_LEVEL_FIELD_NUMBER

ערך קבוע: 3

אינט סופי סטטי ציבורי DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER

ערך קבוע: 5

גמר סטטי ציבורי 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;

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 ()

getDisableSessionConnectionSharing ציבורי בוליאני ()

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

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

public final 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;

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

public static RPCOptions.Builder newBuilder ()

RPCOptions.Builder newBuilder סטטי ציבורי (אב-טיפוס RPCOptions )

public RPCOptions.Builder newBuilderForType ()

public static RPCOptions parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static RPCOptions parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static RPCOptions parseFrom (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

public static RPCOptions parseFrom (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static RPCOptions parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static RPCOptions parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static RPCOptions parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static RPCOptions parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static RPCOptions parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static RPCOptions parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

public RPCOptions.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException