Searched refs:method_t (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | rpc_op.cc | 63 const Tensor& method_t = ctx->input(1); in ComputeAsync() local 70 ctx, method_t.dims() == 0 || method_t.dims() == 1, in ComputeAsync() 77 for (const Tensor& t : {address_t, method_t, request_t}) { in ComputeAsync() 114 rpc_factory_->Call(ctx, num_elements, address_t, method_t, request_t, in ComputeAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_rpc_factory.cc | 111 const Tensor& address_t, const Tensor& method_t, in Call() argument 132 [this, &address_t, &method_t](GrpcCall* call) { in Call() 133 StartCall(address_t, method_t, call); in Call() 188 void GrpcRPCFactory::StartCall(const Tensor& address_t, const Tensor& method_t, in StartCall() argument 191 auto method = method_t.flat<string>(); in StartCall()
|
D | grpc_rpc_factory.h | 42 const Tensor& method_t, const Tensor& request_t, const bool try_rpc, 60 void StartCall(const Tensor& address_t, const Tensor& method_t,
|
/external/tensorflow/tensorflow/core/util/rpc/ |
D | rpc_factory.h | 59 const Tensor& address_t, const Tensor& method_t,
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | malformed-machos.test | 8 # m0001: (method_t extends past the end of the section)
|