Searched refs:speedup (Results 1 – 25 of 61) sorted by relevance
123
/external/toolchain-utils/deprecated/ |
D | compare_benchmarks.py | 156 speedup = (basestats[key] - stats[key]) / basestats[key] 157 speedup = speedup * 100.0 159 print('%s,%f,%f,%f' % (key, basestats[key], stats[key], speedup)) 162 stats[key], speedup))
|
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_speedup.py | 31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): function 58 print speedup(new, old, 1e-5) 59 print speedup(old, new, 1e-5)
|
D | bm_diff.py | 118 s = bm_speedup.speedup(new, old, 1e-5)
|
/external/v8/tools/perf/ |
D | statistics-for-json.R | 96 speedup <- ggplot(df2, aes(x = x, y = E, colour=p.value.sig)) + globalVar 110 print(speedup) 112 plot=speedup, width=7, height=7)
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 8 The speedup that this patch provides varies, depending on whether the 10 PPro's speed traps. My own tests show a speedup of around 10-20% at
|
/external/mesa3d/src/gallium/docs/source/drivers/ |
D | openswr.rst | 6 geometry heavy workloads there is a considerable speedup over llvmpipe,
|
/external/sonic/samples/ |
D | README | 33 useful for making sure the flush function works correctly. A 2-X speedup should
|
/external/grpc-grpc/tools/profiling/qps/ |
D | qps_diff.py | 134 s = bm_speedup.speedup(new_data[sn], old_data[sn], 10e-5)
|
/external/clang/docs/ |
D | SanitizerSpecialCaseList.rst | 22 * speedup hot function, which is known to be correct;
|
/external/mesa3d/docs/relnotes/ |
D | 3.1 | 120 It's impossible to give a speedup factor. You'll just have to
|
/external/python/rsa/ |
D | CHANGELOG.txt | 126 - Massive speedup
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | post_training_quantization.md | 21 floating point, so that the speedup with hybrid ops is less than a full fixed-point computation.
|
/external/libmtp/ |
D | TODO | 81 speedup caches.
|
/external/harfbuzz_ng/ |
D | NEWS | 899 - Minor speedup. 944 with HarfBuzz >= 1.1.2. This results in a tiny speedup. 1517 - Major speedup in OpenType lookup processing. With the Amiri 1519 release. All scripts / languages should see this speedup. 1847 - Major optimization and speedup.
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 56 <td>To speedup the convergence, try it with the \ref IncompleteLUT preconditioner.</td></tr> 158 …his step. Remember that, basically, the goal of the preconditioner is to speedup the convergence o…
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 200 ``_abc`` module is added. It is a speedup module with C implementations for
|
D | 3.6.3rc1.rst | 460 Fixed miscellaneous errors in asyncio speedup module.
|
/external/tensorflow/tensorflow/lite/tutorials/ |
D | post_training_quant.ipynb | 53 "processing. Depending on the model being converted, this can give a speedup over\n",
|
/external/tagsoup/ |
D | CHANGES | 5 Leo Sutic's 2x-4x speedup by precompiling HTMLScanner table
|
/external/swiftshader/docs/ |
D | Reactor.md | 35 …ribution of specialization for a single parameter is small, the combined speedup can be huge. As a…
|
/external/libxml2/ |
D | NEWS | 1247 - improvement: speedup parsing comments and DTDs, dictionary support for 1271 (William), xmlUTF8Strpos speedup (William), unicode Python strings 1672 - a lot of profiling and tuning of the code, speedup patch for 1752 - Performances: removed excessive malloc() calls, speedup of the push and 1833 drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup 1987 - speedup patch to XPath very effective for DocBook stylesheets 2600 - Integrated various patches, especially a speedup improvement for large
|
/external/skqp/site/dev/design/conical/ |
D | index.md | 19 It reduced the number of multiplications per pixel from ~10 down to 3, and brought a speedup of up …
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 173 speedup. See internal/kernel_neon.h, specifically
|
/external/skia/site/dev/design/conical/ |
D | index.md | 19 It reduced the number of multiplications per pixel from ~10 down to 3, and brought a speedup of up …
|
/external/kmod/ |
D | NEWS | 607 - Indexes can be loaded on startup to speedup lookups later
|
123