Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory.cc113 Tensor* response_t, Tensor* status_code_t, in Call() argument
119 DCHECK(status_code_t != nullptr); in Call()
120 status_code_t->flat<int32>().setConstant( in Call()
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()
169 Tensor* response_t, Tensor* status_code_t, in CreateCall() argument
179 status_code_ptr = status_code_t->flat<int32>().data(); in CreateCall()
Dgrpc_rpc_factory.h43 Tensor* response_t, Tensor* status_code_t, Tensor* status_message_t,
55 Tensor* response_t, Tensor* status_code_t,
/external/tensorflow/tensorflow/core/kernels/
Drpc_op.cc97 Tensor* status_code_t = nullptr; in ComputeAsync() local
101 ctx, ctx->allocate_output(1, output_shape, &status_code_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.h61 Tensor* response_t, Tensor* status_code_t,