|
96 | 96 | 'fasterbench/profiling.py'), |
97 | 97 | 'fasterbench.profiling._tensor_bytes': ( 'analysis/profiling.html#_tensor_bytes', |
98 | 98 | 'fasterbench/profiling.py')}, |
| 99 | + 'fasterbench.report': { 'fasterbench.report.ComparisonReport': ( 'analysis/report.html#comparisonreport', |
| 100 | + 'fasterbench/report.py'), |
| 101 | + 'fasterbench.report.ComparisonReport.__init__': ( 'analysis/report.html#comparisonreport.__init__', |
| 102 | + 'fasterbench/report.py'), |
| 103 | + 'fasterbench.report.ComparisonReport.as_dict': ( 'analysis/report.html#comparisonreport.as_dict', |
| 104 | + 'fasterbench/report.py'), |
| 105 | + 'fasterbench.report.ComparisonReport.deltas': ( 'analysis/report.html#comparisonreport.deltas', |
| 106 | + 'fasterbench/report.py'), |
| 107 | + 'fasterbench.report.ComparisonReport.summary': ( 'analysis/report.html#comparisonreport.summary', |
| 108 | + 'fasterbench/report.py'), |
| 109 | + 'fasterbench.report.ComparisonReport.to_html': ( 'analysis/report.html#comparisonreport.to_html', |
| 110 | + 'fasterbench/report.py'), |
| 111 | + 'fasterbench.report.ComparisonReport.to_markdown': ( 'analysis/report.html#comparisonreport.to_markdown', |
| 112 | + 'fasterbench/report.py'), |
| 113 | + 'fasterbench.report.ComparisonReport.top_improvements': ( 'analysis/report.html#comparisonreport.top_improvements', |
| 114 | + 'fasterbench/report.py'), |
| 115 | + 'fasterbench.report.Report': ('analysis/report.html#report', 'fasterbench/report.py'), |
| 116 | + 'fasterbench.report.Report.__init__': ('analysis/report.html#report.__init__', 'fasterbench/report.py'), |
| 117 | + 'fasterbench.report.Report.as_dict': ('analysis/report.html#report.as_dict', 'fasterbench/report.py'), |
| 118 | + 'fasterbench.report.Report.summary': ('analysis/report.html#report.summary', 'fasterbench/report.py'), |
| 119 | + 'fasterbench.report.Report.to_html': ('analysis/report.html#report.to_html', 'fasterbench/report.py'), |
| 120 | + 'fasterbench.report.Report.to_markdown': ( 'analysis/report.html#report.to_markdown', |
| 121 | + 'fasterbench/report.py'), |
| 122 | + 'fasterbench.report.ReportMetricDelta': ( 'analysis/report.html#reportmetricdelta', |
| 123 | + 'fasterbench/report.py'), |
| 124 | + 'fasterbench.report.ReportMetricDelta.as_dict': ( 'analysis/report.html#reportmetricdelta.as_dict', |
| 125 | + 'fasterbench/report.py'), |
| 126 | + 'fasterbench.report._extract_metrics': ( 'analysis/report.html#_extract_metrics', |
| 127 | + 'fasterbench/report.py'), |
| 128 | + 'fasterbench.report._format_value_with_unit': ( 'analysis/report.html#_format_value_with_unit', |
| 129 | + 'fasterbench/report.py'), |
| 130 | + 'fasterbench.report._generate_css': ('analysis/report.html#_generate_css', 'fasterbench/report.py'), |
| 131 | + 'fasterbench.report._improvement_indicator': ( 'analysis/report.html#_improvement_indicator', |
| 132 | + 'fasterbench/report.py')}, |
99 | 133 | 'fasterbench.size': { 'fasterbench.size.SizeMetrics': ('metrics/size.html#sizemetrics', 'fasterbench/size.py'), |
100 | 134 | 'fasterbench.size.SizeMetrics.as_dict': ('metrics/size.html#sizemetrics.as_dict', 'fasterbench/size.py'), |
101 | 135 | 'fasterbench.size.compute_size': ('metrics/size.html#compute_size', 'fasterbench/size.py'), |
|
0 commit comments