OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:benchmark_results
(Results
1 - 5
of
5
) sorted by null
/external/toolchain-utils/crosperf/
results_report.py
173
def _GetTables(
benchmark_results
, columns, table_type):
174
iter_counts =
benchmark_results
.iter_counts
175
result =
benchmark_results
.run_keyvals
188
table = TableGenerator(runs,
benchmark_results
.label_names).GetTable()
197
def _GetPerfTables(
benchmark_results
, columns, table_type):
198
p_table = _PerfTable(
benchmark_results
.benchmark_names_and_iterations,
199
benchmark_results
.label_names,
200
benchmark_results
.read_perf_report)
204
iterations =
benchmark_results
.iter_counts[benchmark]
212
benchmark_results
.label_names
[
all
...]
results_report_unittest.py
203
def _GetOutput(self, experiment=None,
benchmark_results
=None):
208
HTMLResultsReport(
benchmark_results
).GetReport()
245
output = self._GetOutput(
benchmark_results
=results)
256
output = self._GetOutput(
benchmark_results
=results)
generate_report.py
200
def RunActions(actions,
benchmark_results
, output_prefix, overwrite, verbose):
207
get_contents = lambda: report_ctor(
benchmark_results
).GetReport()
/external/gemmlowp/test/
benchmark.cc
142
std::map<gemm_t, std::vector<double>>
benchmark_results
;
local
182
benchmark_results
[gemm].emplace_back(gflops);
196
for (auto b :
benchmark_results
) {
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
rnn_cell_test.py
[
all
...]
Completed in 382 milliseconds