Home
last modified time | relevance | path

Searched refs:ServiceInterface (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dglobal_data.cc30 void ReleaseHandles(ServiceInterface* parent, in ReleaseHandles()
48 GlobalData::GlobalData(ServiceInterface* parent, GlobalDataHandle handle) in GlobalData()
59 absl::flat_hash_map<ServiceInterface*, std::vector<GlobalDataHandle>> in Release()
Dglobal_data.h35 GlobalData(ServiceInterface* parent, GlobalDataHandle handle);
56 ServiceInterface* parent_; // Service used to unregister handle_.
Dclient.h40 explicit Client(ServiceInterface* stub);
227 ServiceInterface* stub() { return stub_; } in stub()
238 ServiceInterface* stub_; // Stub that this client is connected on.
Dclient.cc37 Client::Client(ServiceInterface* stub) : stub_(stub) {} in Client()
/external/tensorflow/tensorflow/compiler/xla/
Dservice_interface.h29 class ServiceInterface {
31 ServiceInterface() {} in ServiceInterface() function
32 virtual ~ServiceInterface() = default;
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_stub.h26 class GRPCStub : public ServiceInterface {
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h82 class Service : public ServiceInterface {