Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.h37 struct OpPerfSummary { struct
62 void SortOpsByTime(std::map<string, OpPerfSummary> ops); argument
73 std::vector<OpPerfSummary> ops_;
Dcost_analyzer.cc129 void CostAnalyzer::SortOpsByTime(std::map<string, OpPerfSummary> ops) { in SortOpsByTime()
134 bool operator()(const OpPerfSummary& a, const OpPerfSummary& b) const { in SortOpsByTime()
142 std::map<string, OpPerfSummary> ops; in AnalyzeCosts()