Home
last modified time | relevance | path

Searched refs:status_message_t (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory.cc114 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()
Dgrpc_rpc_factory.h43 Tensor* response_t, Tensor* status_code_t, Tensor* status_message_t,
56 Tensor* status_message_t);
/external/tensorflow/tensorflow/core/kernels/
Drpc_op.cc98 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/
Drpc_factory.h62 Tensor* status_message_t,