tf.contrib.rpc.try_rpc( address, method, request, protocol='', fail_fast=True, timeout_in_ms=0, name=None )
Defined in tensorflow/contrib/rpc/python/ops/gen_rpc_op.py
.
TODO: add doc.
address
: A Tensor
of type string
.method
: A Tensor
of type string
.request
: A Tensor
of type string
.protocol
: An optional string
. Defaults to ""
.fail_fast
: An optional bool
. Defaults to True
.timeout_in_ms
: An optional int
. Defaults to 0
.name
: A name for the operation (optional).A tuple of Tensor
objects (response, status_code, status_message).
response
: A Tensor
of type string
.status_code
: A Tensor
of type int32
.status_message
: A Tensor
of type string
.
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/rpc/try_rpc