Home
last modified time | relevance | path

Searched refs:CostAnalyzer (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.cc26 CostAnalyzer::CostAnalyzer(const GrapplerItem& item, Cluster* cluster, in CostAnalyzer() function in tensorflow::grappler::CostAnalyzer
34 Status CostAnalyzer::GenerateReport(std::ostream& os, bool per_node_report, in GenerateReport()
43 void CostAnalyzer::PredictCosts(CostEstimator* cost_estimator, in PredictCosts()
61 void CostAnalyzer::GatherCosts() { in GatherCosts()
103 void CostAnalyzer::PreprocessCosts() { in PreprocessCosts()
129 void CostAnalyzer::SortOpsByTime(std::map<string, OpPerfSummary> ops) { in SortOpsByTime()
141 void CostAnalyzer::AnalyzeCosts() { in AnalyzeCosts()
166 void CostAnalyzer::PrintAnalysis(std::ostream& os, bool per_node_report, in PrintAnalysis()
Dcost_analyzer.h50 class CostAnalyzer {
52 explicit CostAnalyzer(const GrapplerItem& item, Cluster* cluster,
Dcost_analyzer.i57 tensorflow::grappler::CostAnalyzer analyzer(*item, cluster.get(), suffix); in GenerateCostReport()