Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstats_publisher_interface.cc25 class NoOpStatsPublisher : public StatsPublisherInterface { class
27 NoOpStatsPublisher() = default;
39 ~NoOpStatsPublisher() override = default;
47 return std::unique_ptr<StatsPublisherInterface>(new NoOpStatsPublisher); in CreateNoOpStatsPublisher()