publiczna końcowa klasa RPCOptions
Protobuf typu tensorflow.RPCOptions
Klasy zagnieżdżone
klasa | Konstruktor RPCOptions.Builder | Protobuf typu tensorflow.RPCOptions |
Stałe
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
wartość logiczna | getCacheRpcResponse () Setting cache_rpc_response to true will enable sender side caching of response for RecvTensorAsync and RecvBufAsync to allow receiver to retry requests . |
Smyczkowy | getCompressionAlgorithm () The compression algorithm to be used. |
com.google.protobuf.ByteString | getCompressionAlgorithmBytes () The compression algorithm to be used. |
wew | uzyskaj poziom kompresji () If compression_algorithm is set, the compression level to be used. |
statyczne opcje RPCOptions | |
Opcje RPC | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
wartość logiczna | getDisableSessionConnectionSharing () Disables TCP connection sharing when opening a new RPC channel. |
wew | |
końcowy com.google.protobuf.UnknownFieldSet | |
wartość logiczna | getUseRpcForInprocessMaster () If true, always use RPC to contact the session target. |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny RPCOptions.Builder | |
statyczny RPCOptions.Builder | newBuilder (prototyp RPCOptions ) |
Konstruktor RPCOptions.Builder | |
statyczne opcje RPCOptions | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczne opcje RPCOptions | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje RPCOptions | parseFrom (dane ByteBuffer) |
statyczne opcje RPCOptions | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje RPCOptions | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje RPCOptions | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczne opcje RPCOptions | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczne opcje RPCOptions | parseFrom (dane com.google.protobuf.ByteString) |
statyczne opcje RPCOptions | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje RPCOptions | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
Konstruktor RPCOptions.Builder | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int CACHE_RPC_RESPONSE_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int COMPRESSION_ALGORITHM_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int COMPRESSION_LEVEL_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int DISABLE_SESSION_CONNECTION_SHARING_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int USE_RPC_FOR_INPROCESS_MASTER_FIELD_NUMBER
Wartość stała: 1
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
publiczna wartość logiczna 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;
publiczny 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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczna wartość logiczna getDisableSessionConnectionSharing ()
Disables TCP connection sharing when opening a new RPC channel.
bool disable_session_connection_sharing = 5;
publiczny getParserForType ()
publiczny int getSerializedSize ()
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczna wartość logiczna 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;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczne statyczne RPCOptions parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static RPCOptions parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static RPCOptions parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static RPCOptions parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczne statyczne RPCOptions parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczne statyczne RPCOptions parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static RPCOptions parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczne statyczne RPCOptions parseFrom (com.google.protobuf.ByteString dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|