Searched refs:GenerateReport (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/profiling/ |
D | profile_summary_formatter.cc | 28 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
|
D | profile_summary_formatter.h | 68 std::string GenerateReport(
|
/external/tensorflow/tensorflow/python/grappler/ |
D | model_analyzer.h | 34 Status GenerateReport(bool debug, bool assume_valid_feeds, std::ostream& os);
|
D | model_analyzer_wrapper.cc | 51 analyzer.GenerateReport(debug, assume_valid_feeds, os)); in PYBIND11_MODULE()
|
D | cost_analyzer_wrapper.cc | 55 analyzer.GenerateReport(os, per_node_report, verbose)); in PYBIND11_MODULE()
|
D | cost_analyzer.h | 54 Status GenerateReport(std::ostream& os, bool per_node_report, bool verbose);
|
D | model_analyzer.cc | 29 Status ModelAnalyzer::GenerateReport(bool debug, bool assume_valid_feeds, in GenerateReport() function in tensorflow::grappler::ModelAnalyzer
|
D | cost_analyzer.cc | 34 Status CostAnalyzer::GenerateReport(std::ostream& os, bool per_node_report, in GenerateReport() function in tensorflow::grappler::CostAnalyzer
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 362 tensorflow::grappler::ModelAnalyzer::GenerateReport 371 tensorflow::grappler::CostAnalyzer::GenerateReport
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 175 NSDictionary *GenerateReport(NSDictionary *server_parameters); 570 NSDictionary *Breakpad::GenerateReport(NSDictionary *server_parameters) { function 979 return breakpad->GenerateReport(server_parameters);
|