Searched refs:benchmarking (Results 1 – 25 of 112) sorted by relevance
12345
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/ |
D | README.md | 9 for benchmarking should also be placed in `benchmark_data` directory. 11 The JSON file specifies the name of the model file and other benchmarking
|
/external/llvm-project/libc/benchmarks/ |
D | README.md | 34 informations** and **benchmarking configuration**. 48 The benchmarking process occurs in two steps: 107 To learn more about the design decisions behind the benchmarking framework,
|
D | RATIONALE.md | 30 benchmarking memory functions is no exception. Here we'll dive into 36 As seen in the [README.md](README.md#benchmarking-regimes) the microbenchmarking 140 reached by increasing iterations. The whole benchmarking process becomes 150 **Decision: When benchmarking small buffer sizes, the function parameters should 166 **Decision: When benchmarking small buffer sizes, the data accessed by the 175 **Decision: When benchmarking large buffer sizes, the data should be accessed in 188 **Decision: When benchmarking we want to make sure the dynamic frequency scaling
|
/external/rust/crates/criterion/ |
D | METADATA | 2 description: "Statistics-driven micro-benchmarking library"
|
/external/google-benchmark/ |
D | METADATA | 2 description: "A library to support the benchmarking of functions, similar to unit-tests."
|
/external/skqp/experimental/tools/ |
D | web_to_skp | 34 --no-sandbox --enable-gpu-benchmarking "$URL"
|
D | web_to_mskp | 34 --no-sandbox --enable-gpu-benchmarking "$URL"
|
/external/skia/experimental/tools/ |
D | web_to_skp | 37 --no-sandbox --enable-gpu-benchmarking "$URL"
|
D | web_to_mskp | 37 --no-sandbox --enable-gpu-benchmarking "$URL"
|
/external/llvm-project/llvm/docs/ |
D | Benchmarking.rst | 9 For benchmarking a patch we want to reduce all possible sources of 56 program you are benchmarking. If using perf, leave at least 2 cores
|
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/ |
D | BUILD | 1 # Sample app for OVIC benchmarking.
|
/external/python/pycparser/utils/benchmark/ |
D | README.rst | 1 Basic benchmarking of parsing speed with pycparser.
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | configuration.proto | 17 // in benchmarking tools and to decouple delegate instantiation from code. 362 // Which stage of benchmarking the event is for. 432 // An error that occurred during benchmarking. 436 // How far benchmarking got. 446 // Top-level benchmarking event stored on-device. All events for a model are 449 // Which settings were used for benchmarking.
|
/external/tensorflow/tensorflow/lite/java/ovic/ |
D | README.md | 15 benchmarking system. 191 /** Wall time for each benchmarking experiment. */ 193 /** Maximum number of iterations in each benchmarking experiment. */ 210 green, signaling that the experiment is running. The benchmarking results will 219 Note: the benchmarking results can be quite different depending on the
|
/external/toolchain-utils/afdo_tools/bisection/ |
D | README.md | 49 the benchmarking script. 50 + 127: Something went wrong while running the benchmarking script, no
|
/external/libyuv/files/docs/ |
D | environment_variables.md | 42 You can also repeat the test a specified number of iterations, allowing benchmarking and profiling.
|
/external/skia/site/docs/dev/chrome/ |
D | commandbuffer.md | 9 It is possible to run Skia's correctness tool, dm, and benchmarking tool,
|
/external/skqp/site/dev/chrome/ |
D | commandbuffer.md | 4 It is possible to run Skia's correctness tool, dm, and benchmarking tool,
|
/external/zstd/ |
D | CONTRIBUTING.md | 160 something subtle merged is extensive benchmarking. You will be doing us a great favor if you 164 you can:) We've adding some things to think about when benchmarking below in the Benchmarking 178 benchmarking machine. A virtual machine, a machine with shared resources, or your laptop 182 Of course, benchmarking can be done on non-hyper-stable machines as well. You will just have to 230 Also check our LLVM's guide on benchmarking here: https://llvm.org/docs/Benchmarking.html 235 and then additionally also specify the `-b#` option. Doing this will run our benchmarking pipeline 237 benchmarking script works, you can check out programs/benchzstd.c 293 4. Run your benchmarking script from your terminal window 301 5. Once you run your benchmarking script, switch back over to instruments and attach your 313 zstd and your benchmarking scripg using debug flags. On mac and linux, this just means
|
/external/catch2/docs/ |
D | Readme.md | 17 * [Micro benchmarking](benchmarks.md#top)
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | benchmark_main.template | 3 // This file contains the main function and logic for benchmarking code
|
/external/google-fruit/extras/benchmark/ |
D | README.md | 34 * `fruit_debug.yml`: a suite used to debug Fruit's benchmarking code. This is very quick, but the a… 35 not meaningful. Run this after changing any benchmarking code, to check that it still works.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 14 :program:`llvm-exegesis` is a benchmarking tool that uses information available 18 Given an LLVM opcode name and a benchmarking mode, :program:`llvm-exegesis` 32 EXAMPLE 1: benchmarking instructions 79 EXAMPLE 2: benchmarking a custom code snippet
|
/external/igt-gpu-tools/man/ |
D | intel_gpu_frequency.rst | 27 to get a stable frequency while benchmarking.
|
/external/llvm-project/llvm/docs/Proposals/ |
D | TestSuite.rst | 83 PWM-benchmarking 85 https://github.com/tbepler/PWM-benchmarking
|
12345