Searched refs:CreateNodeExecStats (Results 1 – 4 of 4) sorted by relevance
148 virtual NodeExecStatsInterface* CreateNodeExecStats(const Node* node) = 0;182 NodeExecStatsInterface* CreateNodeExecStats(const Node* node) override;
428 NodeExecStatsInterface* StepStatsCollector::CreateNodeExecStats( in CreateNodeExecStats() function in tensorflow::StepStatsCollector
1686 stats = stats_collector_->CreateNodeExecStats(node); in Process()
44 NodeExecStatsInterface* CreateNodeExecStats(const Node* node) override { in CreateNodeExecStats() function in tensorflow::data::__anonf8786f2a0111::SimpleStepStatsCollector