Searched refs:ProfilerSession (Results 1 – 14 of 14) sorted by relevance
45 ProfileOptions options = ProfilerSession::DefaultOptions(); in GetOptions()52 /*static*/ std::unique_ptr<ProfilerSession> ProfilerSession::Create( in Create()54 return absl::WrapUnique(new ProfilerSession(GetOptions(options))); in Create()57 tensorflow::Status ProfilerSession::Status() { in Status()62 Status ProfilerSession::CollectData(profiler::XSpace* space) { in CollectData()87 Status ProfilerSession::CollectData(RunMetadata* run_metadata) { in CollectData()109 ProfilerSession::ProfilerSession(ProfileOptions options) in ProfilerSession() function in tensorflow::ProfilerSession156 ProfilerSession::~ProfilerSession() { in ~ProfilerSession()
39 class ProfilerSession {42 static std::unique_ptr<ProfilerSession> Create(const ProfileOptions& options);57 ~ProfilerSession();69 explicit ProfilerSession(ProfileOptions options);72 ProfilerSession(const ProfilerSession&) = delete;73 ProfilerSession& operator=(const ProfilerSession&) = delete;
47 ProfilerSession* profiler, in CollectDataToRepository()82 std::unique_ptr<ProfilerSession> profiler = in Profile()83 ProfilerSession::Create(req->opts()); in Profile()
66 tensorflow::ProfilerSession::DefaultOptions(); in TEST()98 tensorflow::ProfilerSession::DefaultOptions(); in TEST()131 tensorflow::ProfilerSession::DefaultOptions(); in TEST()
52 *request->mutable_opts() = ProfilerSession::DefaultOptions();
324 tensorflow::ProfilerSession::Create325 tensorflow::ProfilerSession::CollectData326 tensorflow::ProfilerSession::Status327 tensorflow::ProfilerSession::~ProfilerSession
47 std::unique_ptr<tensorflow::ProfilerSession> session_;
130 tensorflow::ProfilerSession::DefaultOptions(); in GetOptionsLocked()248 session_ = tensorflow::ProfilerSession::Create(opts.profiler_options()); in Start()
86 auto tracer = CreateHostTracer(ProfilerSession::DefaultOptions()); in TEST()131 auto tracer = CreateHostTracer(ProfilerSession::DefaultOptions()); in TEST()
117 _profiler = _pywrap_profiler.ProfilerSession()
198 ProfilerSession* profiler_session = nullptr; in DoRunGraph()201 ProfileOptions options = ProfilerSession::DefaultOptions(); in DoRunGraph()203 profiler_session = ProfilerSession::Create(options).release(); in DoRunGraph()
79 _profiler = _pywrap_profiler.ProfilerSession()
56 ProfileOptions options = ProfilerSession::DefaultOptions(); in CreateGpuTracer()
676 std::unique_ptr<ProfilerSession> profiler_session; in RunInternal()678 ProfileOptions options = ProfilerSession::DefaultOptions(); in RunInternal()680 profiler_session = ProfilerSession::Create(options); in RunInternal()