HomeSort by relevance Sort by last modified time
    Searched refs:status_code_t (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/util/rpc/
rpc_factory.h 42 // `status_code_t` will be populated as well.
45 // `status_code_t` are ignored (and may be nullptr). Instead, the
53 // - `status_code_t` and `status_message_t` are not null.
54 // - `status_code_t` is an int32 Tensor with the same shape as
61 Tensor* response_t, Tensor* status_code_t,
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_rpc_factory.h 43 Tensor* response_t, Tensor* status_code_t, Tensor* status_message_t,
55 Tensor* response_t, Tensor* status_code_t,
grpc_rpc_factory.cc 113 Tensor* response_t, Tensor* status_code_t,
119 DCHECK(status_code_t != nullptr);
120 status_code_t->flat<int32>().setConstant(
125 [this, &request_t, &try_rpc, response_t, status_code_t, status_message_t](
128 status_code_t, status_message_t);
169 Tensor* response_t, Tensor* status_code_t,
179 status_code_ptr = status_code_t->flat<int32>().data();
  /external/tensorflow/tensorflow/core/kernels/
rpc_op.cc 97 Tensor* status_code_t = nullptr; variable
101 ctx, ctx->allocate_output(1, output_shape, &status_code_t), done);
115 try_rpc, response_t, status_code_t, status_message_t,

Completed in 1872 milliseconds