Searched refs:per_node_report (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/grappler/ |
D | cost_analyzer.i | 46 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,
|
D | cost_analyzer.h | 54 Status GenerateReport(std::ostream& os, bool per_node_report, bool verbose); 63 void PrintAnalysis(std::ostream& os, bool per_node_report,
|
D | cost_analyzer.py | 28 per_node_report=False, argument 50 per_node_report, verbose,
|
D | cost_analyzer.cc | 34 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()
|
D | cost_analyzer_test.py | 52 report = cost_analyzer.GenerateCostReport(mg, per_node_report=True) 78 mg, per_node_report=True, verbose=True)
|
D | cost_analyzer_tool.py | 89 report = cost_analyzer.GenerateCostReport(metagraph, FLAGS.per_node_report,
|