Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc51 class SimpleStepStatsCollector : public StepStatsCollectorInterface { class
74 explicit SimpleNodeExecStats(SimpleStepStatsCollector* step_stats_collector) in SimpleNodeExecStats()
106 SimpleStepStatsCollector* step_stats_collector_; // Not owned.
852 std::shared_ptr<SimpleStepStatsCollector> stats_collector; in Run()
854 stats_collector = std::make_shared<SimpleStepStatsCollector>(); in Run()
915 std::shared_ptr<SimpleStepStatsCollector> stats_collector; in RunWithBorrowedArgs()
917 stats_collector = std::make_shared<SimpleStepStatsCollector>(); in RunWithBorrowedArgs()
1017 std::shared_ptr<SimpleStepStatsCollector> stats_collector; in RunAsync()
1019 stats_collector = std::make_shared<SimpleStepStatsCollector>(); in RunAsync()
1033 const std::shared_ptr<SimpleStepStatsCollector>& stats_collector, in RunAsync()