Searched refs:ProfileHandler (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | profile_handler.h | 27 class ProfileHandler { 29 ProfileHandler() {} in ProfileHandler() function 30 virtual ~ProfileHandler() {} in ~ProfileHandler()
|
D | stats_publisher_interface.cc | 34 std::unique_ptr<ProfileHandler> GetProfileHandler( in GetProfileHandler()
|
D | stats_publisher_interface.h | 48 virtual std::unique_ptr<ProfileHandler> GetProfileHandler(
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.h | 183 std::unique_ptr<ProfileHandler> ph; 233 std::unique_ptr<ProfileHandler>* out_ph); 244 const std::unique_ptr<ProfileHandler>& ph,
|
D | master_session.cc | 114 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()
|