Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/
Dcaptured_function.cc49 class SimpleStepStatsCollector : public StepStatsCollectorInterface { class
72 explicit SimpleNodeExecStats(SimpleStepStatsCollector* step_stats_collector) in SimpleNodeExecStats()
104 SimpleStepStatsCollector* step_stats_collector_; // Not owned.
796 std::shared_ptr<SimpleStepStatsCollector> stats_collector; in Run()
798 stats_collector = std::make_shared<SimpleStepStatsCollector>(); in Run()
860 std::shared_ptr<SimpleStepStatsCollector> stats_collector; in RunWithBorrowedArgs()
862 stats_collector = std::make_shared<SimpleStepStatsCollector>(); in RunWithBorrowedArgs()
964 std::shared_ptr<SimpleStepStatsCollector> stats_collector; in RunAsync()
966 stats_collector = std::make_shared<SimpleStepStatsCollector>(); in RunAsync()
980 const std::shared_ptr<SimpleStepStatsCollector>& stats_collector, in RunAsync()