Searched defs:try_rpc (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_rpc_factory.cc | 36 explicit GrpcCall(CallContainer<GrpcCall>* container, int index, bool try_rpc, in GrpcCall() 112 const Tensor& request_t, const bool try_rpc, in Call() 167 void GrpcRPCFactory::CreateCall(const Tensor& request_t, const bool try_rpc, in CreateCall()
|
/external/tensorflow/tensorflow/core/ops/ |
D | rpc_ops.cc | 24 Status RpcShapeOp(InferenceContext* c, bool try_rpc) { in RpcShapeOp()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | rpc_op.cc | 95 const bool try_rpc = (ctx->num_outputs() > 1); in ComputeAsync() local
|
/external/tensorflow/tensorflow/core/util/rpc/ |
D | call_container.h | 99 OpKernelContext* ctx, int num_calls, bool fail_fast, bool try_rpc, in CallContainer()
|
/external/tensorflow/tensorflow/contrib/rpc/python/kernel_tests/ |
D | rpc_op_test_base.py | 48 def try_rpc(self, *args, **kwargs): member in RpcOpTestBase
|