Searched refs:request_t (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | rpc_op.cc | 64 const Tensor& request_t = ctx->input(2); in ComputeAsync() local 73 ctx, request_t.dims() == 0 || request_t.dims() == 1, in ComputeAsync() 77 for (const Tensor& t : {address_t, method_t, request_t}) { in ComputeAsync() 106 if (request_t.NumElements() == 0) { in ComputeAsync() 114 rpc_factory_->Call(ctx, num_elements, address_t, method_t, request_t, in ComputeAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_rpc_factory.cc | 112 const Tensor& request_t, const bool try_rpc, in Call() argument 125 [this, &request_t, &try_rpc, response_t, status_code_t, status_message_t]( in Call() 127 CreateCall(request_t, try_rpc, index, container, response_t, in Call() 167 void GrpcRPCFactory::CreateCall(const Tensor& request_t, const bool try_rpc, in CreateCall() argument 171 auto request = request_t.flat<string>(); in CreateCall()
|
D | grpc_rpc_factory.h | 42 const Tensor& method_t, const Tensor& request_t, const bool try_rpc, 53 void CreateCall(const Tensor& request_t, const bool try_rpc, int index,
|
/external/tensorflow/tensorflow/core/util/rpc/ |
D | rpc_factory.h | 60 const Tensor& request_t, const bool try_rpc,
|