HomeSort by relevance Sort by last modified time
    Searched full:stats_publisher_ (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 81 stats_publisher_ = stats_publisher_factory(handle, bopts, session_opts);
100 return stats_publisher_->GetProfileHandler(step, execution_count, ropts);
256 std::unique_ptr<StatsPublisherInterface> stats_publisher_; member in class:tensorflow::MasterSession::ReffedClientGraph
291 // `stats_publisher_` must make a copy if it wants to retain the
298 stats_publisher_->PublishGraphProto(graph_defs_for_publishing);
780 stats_publisher_->PublishStatsProto(step_stats_proto);
    [all...]

Completed in 188 milliseconds