HomeSort by relevance Sort by last modified time
    Searched refs:CostAnalyzer (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/grappler/
cost_analyzer.h 49 class CostAnalyzer {
51 explicit CostAnalyzer(const GrapplerItem& item, Cluster* cluster,
cost_analyzer.cc 26 CostAnalyzer::CostAnalyzer(const GrapplerItem& item, Cluster* cluster,
33 Status CostAnalyzer::GenerateReport(std::ostream& os, bool per_node_report) {
41 void CostAnalyzer::PredictCosts(CostEstimator* cost_estimator,
55 void CostAnalyzer::GatherCosts() {
97 void CostAnalyzer::PreprocessCosts() {
124 void CostAnalyzer::SortOpsByTime(std::map<string, OpPerfSummary> ops) {
136 void CostAnalyzer::AnalyzeCosts() {
161 void CostAnalyzer::PrintAnalysis(std::ostream& os, bool per_node_report) const {
cost_analyzer.i 57 tensorflow::grappler::CostAnalyzer analyzer(*item, cluster.get(), suffix);

Completed in 341 milliseconds