Home
last modified time | relevance | path

Searched refs:service_address_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client.h59 absl::string_view GetServiceAddress() const { return service_address_; } in GetServiceAddress()
81 std::string service_address_; variable
Dprofiler_client.cc99 service_address_(service_address), in RemoteProfilerSession()
100 stub_(CreateStub<grpc::ProfilerService>(service_address_)), in RemoteProfilerSession()
113 LOG(INFO) << "Asynchronous gRPC Profile() to " << service_address_; in ProfileAsync()