Searched refs:RemoteProfilerSession (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | profiler_client.h | 44 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,
|
D | profiler_client_test.cc | 37 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()
|
D | profiler_client.cc | 86 /*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()
|
D | remote_profiler_session_manager.h | 75 std::vector<std::unique_ptr<RemoteProfilerSession>> clients_
|
D | remote_profiler_session_manager.cc | 91 auto client = RemoteProfilerSession::Create(resolved_service_address, in Init()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 337 tensorflow::profiler::RemoteProfilerSession::Create 338 tensorflow::profiler::RemoteProfilerSession::GetServiceAddress 339 tensorflow::profiler::RemoteProfilerSession::WaitForCompletion 340 tensorflow::profiler::RemoteProfilerSession::~RemoteProfilerSession
|