Home
last modified time | relevance | path

Searched refs:RemoteProfilerSession (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client.h44 class RemoteProfilerSession {
49 static std::unique_ptr<RemoteProfilerSession> Create(
54 RemoteProfilerSession(const RemoteProfilerSession&) = delete;
55 RemoteProfilerSession operator=(const RemoteProfilerSession&) = delete;
57 ~RemoteProfilerSession();
67 explicit RemoteProfilerSession(const std::string& service_addr,
Dprofiler_client_test.cc37 TEST(RemoteProfilerSession, Simple) { in TEST() argument
48 RemoteProfilerSession::Create(service_addr, deadline, request); in TEST()
62 TEST(RemoteProfilerSession, WaitNotCalled) { in TEST() argument
73 RemoteProfilerSession::Create(service_addr, deadline, request); in TEST()
79 TEST(RemoteProfilerSession, Timeout) { in TEST() argument
86 RemoteProfilerSession::Create(service_addr, absl::Now(), request); in TEST()
97 TEST(RemoteProfilerSession, LongDeadline) { in TEST() argument
109 RemoteProfilerSession::Create(service_addr, deadline, request); in TEST()
123 TEST(RemoteProfilerSession, LongDuration) { in TEST() argument
136 RemoteProfilerSession::Create(service_addr, deadline, request); in TEST()
Dprofiler_client.cc86 /*static*/ std::unique_ptr<RemoteProfilerSession> RemoteProfilerSession::Create( in Create()
90 new RemoteProfilerSession(service_address, deadline, profile_request)); in Create()
95 RemoteProfilerSession::RemoteProfilerSession( in RemoteProfilerSession() function in tensorflow::profiler::RemoteProfilerSession
106 RemoteProfilerSession::~RemoteProfilerSession() { in ~RemoteProfilerSession()
112 void RemoteProfilerSession::ProfileAsync() { in ProfileAsync()
124 std::unique_ptr<ProfileResponse> RemoteProfilerSession::WaitForCompletion( in WaitForCompletion()
Dremote_profiler_session_manager.h75 std::vector<std::unique_ptr<RemoteProfilerSession>> clients_
Dremote_profiler_session_manager.cc91 auto client = RemoteProfilerSession::Create(resolved_service_address, in Init()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt337 tensorflow::profiler::RemoteProfilerSession::Create
338 tensorflow::profiler::RemoteProfilerSession::GetServiceAddress
339 tensorflow::profiler::RemoteProfilerSession::WaitForCompletion
340 tensorflow::profiler::RemoteProfilerSession::~RemoteProfilerSession