Home
last modified time | relevance | path

Searched refs:efficiency (Results 1 – 25 of 152) sorted by relevance

1234567

/external/compiler-rt/test/esan/
Dlit.cfg11 # Setup default compiler flags used with -fsanitize=efficiency option.
15 frag_cflags = (["-fsanitize=efficiency-cache-frag"] + base_cflags)
16 wset_cflags = (["-fsanitize=efficiency-working-set"] + base_cflags)
21 "-fsanitize=efficiency-working-set"] + base_cxxflags)
/external/eigen/bench/
Danalyze-blocking-sizes.cpp200 float efficiency; member
205 return e1.efficiency < e2.efficiency; in lower_efficiency()
251 entry.efficiency = it->gflops / max_gflops; in import_input_file_range_one_product_size()
306 float efficiency = 1.0f; in efficiency_of_subset() local
319 …iciency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency); in efficiency_of_subset()
323 efficiency = min(efficiency, efficiency_this_product_size); in efficiency_of_subset()
331 return efficiency; in efficiency_of_subset()
370 …iciency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency); in dump_table_for_subset()
404 float efficiency = 1.0f; in efficiency_of_partition() local
406 efficiency = min(efficiency, efficiency_of_subset(preprocessed_inputfiles, *s)); in efficiency_of_partition()
[all …]
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/process_reclaim/process_reclaim_eff/
Dformat9 field:int efficiency; offset:8; size:4; signed:1;
12 print fmt: "%d, %d", REC->efficiency, REC->reclaim_avg_efficiency
/external/clang/include/clang/Basic/
DSanitizers.def118 SANITIZER("efficiency-cache-frag", EfficiencyCacheFrag)
119 SANITIZER("efficiency-working-set", EfficiencyWorkingSet)
121 SANITIZER_GROUP("efficiency-all", Efficiency,
/external/flatbuffers/CMake/
DDESCRIPTION.txt2 maximum memory efficiency. It allows you to directly access serialized
/external/curl/docs/cmdline-opts/
Dftp-ssl-control.d7 authentication, but non-encrypted data transfers for efficiency. Fails the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-sitofp-combine-chains.ll3 ; ARM64ISelLowering.cpp was creating a new (floating-point) load for efficiency
/external/llvm/test/CodeGen/AArch64/
Darm64-sitofp-combine-chains.ll3 ; ARM64ISelLowering.cpp was creating a new (floating-point) load for efficiency
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.017 compression to tgz files while retaining the I/O efficiency of a compressed
148 This scheme produces a hybrid filesystem, retaining the I/O efficiency
149 of a compressed filesystem, while obtaining the compression efficiency
/external/u-boot/board/freescale/ls1021aqds/
DREADME9 core-agnostic networking architecture to offer unprecedented efficiency
13 extensive integration and power efficiency for fanless, small form factor
/external/u-boot/board/freescale/ls1021atwr/
DREADME9 core-agnostic networking architecture to offer unprecedented efficiency
13 extensive integration and power efficiency for fanless, small form factor
/external/llvm/test/Instrumentation/EfficiencySanitizer/
Dstr-nobuiltin.ll1 ; Test marking string functions as nobuiltin in efficiency sanitizer.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/EfficiencySanitizer/
Dstr-nobuiltin.ll1 ; Test marking string functions as nobuiltin in efficiency sanitizer.
/external/u-boot/doc/
DREADME.NDS328 achieve optimal system performance, code density, and power efficiency.
/external/bcc/tools/
Dfunclatency_example.txt44 is the bucketized and stored as an in-kernel histogram for efficiency. The
268 A single process can be traced, which filters in-kernel for efficiency. Here,
Dsoftirqs_example.txt5 in-kernel for efficiency. For example:
Dbiolatency_example.txt41 For efficiency, biolatency uses an in-kernel eBPF map to store timestamps
/external/flatbuffers/
Dreadme.md8 maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacki…
/external/bcc/examples/tracing/
Dstacksnoop_example.txt22 efficiency. If you don't know if your function is low or high frequency, try
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AudioSpectrogram.pbtxt18 How wide the input window is in samples. For the highest efficiency
/external/lz4/examples/
Dstreaming_api_basics.md84 For the efficiency, Streaming API doesn't keep mirror copy of dependent (de)compressed memory.
/external/python/cpython3/Doc/c-api/
Dallocation.rst48 improving the memory management efficiency.
/external/webrtc/webrtc/base/
Dsigslottester.h.pump45 // do use const-references here for efficiency.
/external/grpc-grpc/doc/
Dbinary-logging.md55 … only part of the complete message, stripped of sensitive material and/or shortened for efficiency.
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dbest_practices.md71 For some applications, latency may be more important than energy efficiency. You
102 efficiency of your model. To enable the Neural Networks API, call

1234567