Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.h62 void SortOpsByTime(std::map<string, OpPerfSummary> ops);
Dcost_analyzer.cc129 void CostAnalyzer::SortOpsByTime(std::map<string, OpPerfSummary> ops) { in SortOpsByTime() function in tensorflow::grappler::CostAnalyzer
154 SortOpsByTime(ops); in AnalyzeCosts()