Home
last modified time | relevance | path

Searched refs:RpcClient (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/distribute/experimental/rpc/kernels/
Drpc_ops.cc390 class RpcClient : public ResourceBase { class
392 explicit RpcClient(std::string address, std::string resource_name, in RpcClient() function in tensorflow::rpc::RpcClient
553 MakeResourceHandle<RpcClient>(ctx, "rpc_client", resource_name); in ComputeAsync()
564 auto creator = [&address, &resource_name, timeout_in_ms](RpcClient** client) { in ComputeAsync()
565 *client = new RpcClient(address, resource_name, timeout_in_ms); in ComputeAsync()
569 core::RefCountPtr<RpcClient> client; in ComputeAsync()
572 LookupOrCreateResource<RpcClient>(ctx, resource_handle, &client, creator), in ComputeAsync()
712 core::RefCountPtr<RpcClient> client; in Compute()
/external/autotest/server/
Dfrontend_unittest.py46 frontend.RpcClient('/path', None, None, None, None, None)
Dfrontend.py66 class RpcClient(object): class
127 class TKO(RpcClient):
427 class AFE(RpcClient):