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
762 stats = stats_collector_->CreateNodeExecStats(&item.kernel->def()); in Process()
56 NodeExecStatsInterface* CreateNodeExecStats(const NodeDef* node) override { in CreateNodeExecStats() function in tensorflow::data::__anon8fac55730111::SimpleStepStatsCollector