Home
last modified time | relevance | path

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

/dports/math/py-algopy/algopy-0.5.7/documentation/sphinx/speed_comparison/
H A Drun_benchmarks.py27 results_function = np.zeros((11,3)) variable
33 results_function[method['python']] = run_time, abs(ref_f - ref_f), preproc_time
40 results_function[method['pyadolc']] = run_time, abs(ref_f - f), preproc_time
46 results_function[method['algopy_forward_utps']] = run_time, abs(ref_f - f), preproc_time
52 results_function[method['algopy_forward_utpm']] = run_time, abs(ref_f - f), preproc_time
58 results_function[method['funcdesigner']] = run_time, abs(ref_f - f), preproc_time
64 results_function[method['theano']] = run_time, np.abs(ref_f - f), preproc_time
65 results_function_list.append(results_function)