Home
last modified time | relevance | path

Searched refs:GetProfileHandler (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dstats_publisher_interface.cc34 std::unique_ptr<ProfileHandler> GetProfileHandler( in GetProfileHandler() function in tensorflow::__anon908296a80111::NoOpStatsPublisher
Dstats_publisher_interface.h48 virtual std::unique_ptr<ProfileHandler> GetProfileHandler(
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc114 std::unique_ptr<ProfileHandler> GetProfileHandler(uint64 step, in GetProfileHandler() function in tensorflow::MasterSession::ReffedClientGraph
117 return stats_publisher_->GetProfileHandler(step, execution_count, ropts); in GetProfileHandler()
1667 std::unique_ptr<ProfileHandler> ph = run_state->rcg->GetProfileHandler( in DoPartialRun()
1802 *out_ph = rcg->GetProfileHandler(step_id, count, run_options); in FillPerStepState()