Home
last modified time | relevance | path

Searched refs:ProfileHandler (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprofile_handler.h27 class ProfileHandler {
29 ProfileHandler() {} in ProfileHandler() function
30 virtual ~ProfileHandler() {} in ~ProfileHandler()
Dstats_publisher_interface.cc34 std::unique_ptr<ProfileHandler> GetProfileHandler( in GetProfileHandler()
Dstats_publisher_interface.h48 virtual std::unique_ptr<ProfileHandler> GetProfileHandler(
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h183 std::unique_ptr<ProfileHandler> ph;
233 std::unique_ptr<ProfileHandler>* out_ph);
244 const std::unique_ptr<ProfileHandler>& ph,
Dmaster_session.cc114 std::unique_ptr<ProfileHandler> GetProfileHandler(uint64 step, in GetProfileHandler()
215 void ProcessStats(int64 step_id, PerStepState* pss, ProfileHandler* ph,
217 void ProcessDeviceStats(ProfileHandler* ph, const DeviceStepStats& ds,
885 ProfileHandler* ph, in ProcessStats()
933 ProfileHandler* ph, const DeviceStepStats& ds, bool is_rpc) { in ProcessDeviceStats()
1667 std::unique_ptr<ProfileHandler> ph = run_state->rcg->GetProfileHandler( in DoPartialRun()
1785 std::unique_ptr<ProfileHandler>* out_ph) { in FillPerStepState()
1813 const std::unique_ptr<ProfileHandler>& ph, in PostRunCleanup()
1884 std::unique_ptr<ProfileHandler> ph; in DoRunWithLocalExecution()
1955 std::unique_ptr<ProfileHandler> ph; in DoRunCallable()