Searched refs:CreateNodeExecStats (Results 1 – 4 of 4) sorted by relevance
143 virtual NodeExecStatsInterface* CreateNodeExecStats(const NodeDef* node) = 0;177 NodeExecStatsInterface* CreateNodeExecStats(const NodeDef* node) override;
426 NodeExecStatsInterface* StepStatsCollector::CreateNodeExecStats( in CreateNodeExecStats() function in tensorflow::StepStatsCollector
755 stats = stats_collector_->CreateNodeExecStats(&item.kernel->def()); in Process()
58 NodeExecStatsInterface* CreateNodeExecStats(const NodeDef* node) override { in CreateNodeExecStats() function in tensorflow::data::__anon5a9b84710111::SimpleStepStatsCollector