Home
last modified time | relevance | path

Searched refs:per_node_report (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.i46 string GenerateCostReport(const tensorflow::MetaGraphDef& metagraph, bool per_node_report, in GenerateCostReport() argument
60 analyzer.GenerateReport(os, per_node_report, verbose); in GenerateCostReport()
66 string GenerateCostReport(const tensorflow::MetaGraphDef& metagraph, bool per_node_report,
Dcost_analyzer.h54 Status GenerateReport(std::ostream& os, bool per_node_report, bool verbose);
63 void PrintAnalysis(std::ostream& os, bool per_node_report,
Dcost_analyzer.py28 per_node_report=False, argument
50 per_node_report, verbose,
Dcost_analyzer.cc34 Status CostAnalyzer::GenerateReport(std::ostream& os, bool per_node_report, in GenerateReport() argument
39 PrintAnalysis(os, per_node_report, verbose); in GenerateReport()
166 void CostAnalyzer::PrintAnalysis(std::ostream& os, bool per_node_report, in PrintAnalysis() argument
235 if (per_node_report) { in PrintAnalysis()
Dcost_analyzer_test.py52 report = cost_analyzer.GenerateCostReport(mg, per_node_report=True)
78 mg, per_node_report=True, verbose=True)
Dcost_analyzer_tool.py89 report = cost_analyzer.GenerateCostReport(metagraph, FLAGS.per_node_report,