Home
last modified time | relevance | path

Searched defs:per_node_report (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dcost_analyzer.cc34 Status CostAnalyzer::GenerateReport(std::ostream& os, bool per_node_report, in GenerateReport()
166 void CostAnalyzer::PrintAnalysis(std::ostream& os, bool per_node_report, in PrintAnalysis()
H A Dcost_analyzer.py23 per_node_report=False, argument
H A Dcost_analyzer_wrapper.cc33 bool verbose, tensorflow::grappler::Cluster* cluster) -> py::bytes { in PYBIND11_MODULE()