Home
last modified time | relevance | path

Searched refs:GenerateReport (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summary_formatter.cc28 return GenerateReport("profile", /*include_output_string*/ true, in GetOutputString()
36 return GenerateReport("summary", /*include_output_string*/ false, in GetShortSummary()
40 std::string ProfileSummaryDefaultFormatter::GenerateReport( in GenerateReport() function in tflite::profiling::ProfileSummaryDefaultFormatter
Dprofile_summary_formatter.h68 std::string GenerateReport(
/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.h34 Status GenerateReport(bool debug, bool assume_valid_feeds, std::ostream& os);
Dmodel_analyzer_wrapper.cc51 analyzer.GenerateReport(debug, assume_valid_feeds, os)); in PYBIND11_MODULE()
Dcost_analyzer_wrapper.cc55 analyzer.GenerateReport(os, per_node_report, verbose)); in PYBIND11_MODULE()
Dcost_analyzer.h54 Status GenerateReport(std::ostream& os, bool per_node_report, bool verbose);
Dmodel_analyzer.cc29 Status ModelAnalyzer::GenerateReport(bool debug, bool assume_valid_feeds, in GenerateReport() function in tensorflow::grappler::ModelAnalyzer
Dcost_analyzer.cc34 Status CostAnalyzer::GenerateReport(std::ostream& os, bool per_node_report, in GenerateReport() function in tensorflow::grappler::CostAnalyzer
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt362 tensorflow::grappler::ModelAnalyzer::GenerateReport
371 tensorflow::grappler::CostAnalyzer::GenerateReport
/external/google-breakpad/src/client/ios/
DBreakpad.mm175 NSDictionary *GenerateReport(NSDictionary *server_parameters);
570 NSDictionary *Breakpad::GenerateReport(NSDictionary *server_parameters) { function
979 return breakpad->GenerateReport(server_parameters);