RPCOptions

공개 최종 클래스 RPCOptions

Protobuf 유형 tensorflow.RPCOptions

중첩 클래스

수업 RPCOptions.Builder 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

공개 방법

부울
같음 (객체 객체)
부울
getCacheRpcResponse ()
 Setting cache_rpc_response to true will enable sender side caching of
 response for RecvTensorAsync and RecvBufAsync to allow receiver to retry
 requests .
getCompression알고리즘 ()
 The compression algorithm to be used.
com.google.protobuf.ByteString
getCompressionAlgorithmBytes ()
 The compression algorithm to be used.
정수
getCompression레벨 ()
 If compression_algorithm is set, the compression level to be used.
정적 RPC 옵션
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.Builder
정적 RPC 옵션
parsDelimitedFrom (InputStream 입력)
정적 RPC 옵션
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RPC 옵션
parsFrom (ByteBuffer 데이터)
정적 RPC 옵션
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RPC 옵션
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RPC 옵션
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 RPC 옵션
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 RPC 옵션
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 RPC 옵션
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RPC 옵션
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
RPCOptions.Builder
무효의
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

공개 방법

공개 부울(객체 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 newBuilder ( RPCOptions 프로토타입)

공개 RPCOptions.Builder newBuilderForType ()

공개 정적 RPCOptions parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 RPCOptionsparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 RPCOptions 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 RPCOptionsparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 RPCOptionsparseFrom ( ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 RPCOptions 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 RPCOptions 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 RPCOptions 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 RPCOptionsparseFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 RPCOptionsparseFrom ( com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 RPCOptions.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외