Searched refs:status_code_t (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_rpc_factory.cc | 113 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()
|
D | grpc_rpc_factory.h | 43 Tensor* response_t, Tensor* status_code_t, Tensor* status_message_t, 55 Tensor* response_t, Tensor* status_code_t,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | rpc_op.cc | 97 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/ |
D | rpc_factory.h | 61 Tensor* response_t, Tensor* status_code_t,
|