Searched refs:RpcClient (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/distribute/experimental/rpc/kernels/ |
D | rpc_ops.cc | 390 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/ |
D | frontend_unittest.py | 46 frontend.RpcClient('/path', None, None, None, None, None)
|
D | frontend.py | 66 class RpcClient(object): class 127 class TKO(RpcClient): 427 class AFE(RpcClient):
|