Searched refs:status_message_t (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_rpc_factory.cc | 114 Tensor* status_message_t, in Call() argument 125 [this, &request_t, &try_rpc, response_t, status_code_t, status_message_t]( in Call() 128 status_code_t, status_message_t); in Call() 170 Tensor* status_message_t) { in CreateCall() argument 180 status_message_ptr = status_message_t->flat<string>().data(); in CreateCall()
|
D | grpc_rpc_factory.h | 43 Tensor* response_t, Tensor* status_code_t, Tensor* status_message_t, 56 Tensor* status_message_t);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | rpc_op.cc | 98 Tensor* status_message_t = nullptr; in ComputeAsync() local 103 ctx, ctx->allocate_output(2, output_shape, &status_message_t), done); in ComputeAsync() 115 try_rpc, response_t, status_code_t, status_message_t, in ComputeAsync()
|
/external/tensorflow/tensorflow/core/util/rpc/ |
D | rpc_factory.h | 62 Tensor* status_message_t,
|