| /external/android-nn-driver/ |
| D | DriverOptions.cpp | 94 ("m,cl-tuned-parameters-mode", in DriverOptions() 95 … "If 'UseTunedParameters' (the default), will read CL tuned parameters from the file specified by " in DriverOptions() 96 "--cl-tuned-parameters-file. " in DriverOptions() 115 ("t,cl-tuned-parameters-file", in DriverOptions() 116 "If non-empty, the given file will be used to load/save CL tuned parameters. " in DriverOptions() 117 "See also --cl-tuned-parameters-mode", in DriverOptions() 223 … ALOGW("Requested unknown cl-tuned-parameters-mode '%s'. Defaulting to UseTunedParameters", in DriverOptions()
|
| D | ArmnnDriverImpl.cpp | 184 …a single 'dummy' inference of the model. This means that CL kernels will get compiled (and tuned if in prepareModel() 194 …// Now that we've done one inference the CL kernel parameters will have been tuned, so save the up… in prepareModel() 201 ALOGE("ArmnnDriverImpl::prepareModel: Failed to save CL tuned parameters file '%s': %s", in prepareModel()
|
| /external/armnn/include/armnn/ |
| D | IRuntime.hpp | 50 … /// If set, uses the GpuAcc tuned parameters from the given object when executing GPU workloads. 51 /// It will also be updated with new tuned parameters if it is configured to do so. 179 /// Manages a set of GpuAcc parameters which have been tuned for maximum performance. 213 /// Loads an existing set of tuned parameters from the given file. 217 /// Saves the current set of tuned parameters to the given file.
|
| /external/ruy/ruy/ |
| D | tune.h | 38 // Because having tuned code paths is a compromise of efficiency gains 57 // Use code not tuned for any particular CPU, typically performing well 60 // Use code tuned for "Cortex-A55-ish" CPUs, by which we mean mostly: 73 // Use code tuned for Cortex-X1 CPUs. Currently, the driver to distinguish
|
| D | block_map.cc | 224 // The values here have been tuned on ARM Cortex-A55. in GetMultithreadingScore() 225 // We expect this to have to be tuned differently for other CPUs. in GetMultithreadingScore() 266 // The values here have been tuned on ARM Cortex-A55. in GetCacheLocalityScore() 267 // We expect this to have to be tuned differently for other CPUs. in GetCacheLocalityScore() 296 // The values here have been tuned on ARM Cortex-A55. in GetKernelAmortizationScore() 297 // We expect this to have to be tuned differently for other CPUs. in GetKernelAmortizationScore()
|
| /external/android-nn-driver/docs/ |
| D | IntegratorGuide.md | 118 …ardware.neuralnetworks@1.0-service-armnn --cl-tuned-parameters-file <PATH_TO_TUNING_DATA> --… 122 4. Deploy the tuned parameters file to a location readable by the ArmNN driver service (for example… 125 adb shell /system/vendor/bin/hw/android.hardware.neuralnetworks@1.0-service-armnn --cl-tuned-parame…
|
| /external/armnn/src/backends/cl/ |
| D | ClContextControl.cpp | 73 // Load the OpencCL runtime without the tuned parameters to free the memory for them. in ~ClContextControl() 200 … throw armnn::Exception(std::string("Failed to load tuned parameters file '") + filename + "': " + in Load() 213 …throw armnn::Exception(std::string("Failed to save tuned parameters file to '") + filename + "': "… in Save()
|
| /external/webrtc/modules/audio_processing/agc2/ |
| D | agc2_common.h | 38 // This parameter must be tuned together with the noise estimator. 79 // These values have been tuned to limit the interpolated gain curve error given
|
| /external/mesa3d/include/android_stub/system/ |
| D | radio.h | 164 * Contains information on currently tuned channel. 169 bool tuned; /* tuned to a program or not */ member
|
| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/ |
| D | BlockLZ4CompressorRoundtripTest.java | 42 new Object[] { "tuned for speed", in factory() 44 new Object[] { "tuned for compression ratio", in factory()
|
| /external/oboe/include/oboe/ |
| D | LatencyTuner.h | 47 * @param stream the stream who's latency will be tuned 54 * @param stream the stream who's latency will be tuned
|
| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | SSLParametersImpl.java | 82 // if the peer with this parameters tuned to work in client mode 84 // if the peer with this parameters tuned to require client authentication 86 // if the peer with this parameters tuned to request client authentication 348 * Returns the value indicating if the peer with this parameters tuned 366 * tuned to request client authentication
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | SSLParametersImpl.java | 81 // if the peer with this parameters tuned to work in client mode 83 // if the peer with this parameters tuned to require client authentication 85 // if the peer with this parameters tuned to request client authentication 344 * Returns the value indicating if the peer with this parameters tuned 362 * tuned to request client authentication
|
| /external/android-nn-driver/1.2/ |
| D | ArmnnDriverImpl.cpp | 210 …a single 'dummy' inference of the model. This means that CL kernels will get compiled (and tuned if in prepareArmnnModel_1_2() 220 …// Now that we've done one inference the CL kernel parameters will have been tuned, so save the up… in prepareArmnnModel_1_2() 227 ALOGE("ArmnnDriverImpl::prepareModel: Failed to save CL tuned parameters file '%s': %s", in prepareArmnnModel_1_2()
|
| /external/jemalloc_new/ |
| D | TUNING.md | 6 suboptimal, even for many common workloads. When jemalloc is properly tuned for 111 tuned options, e.g. relaxed [decay
|
| /external/llvm/include/llvm/Passes/ |
| D | PassBuilder.h | 54 /// This level is tuned to produce a result from the optimizer as quickly 179 /// This adds the pre-link optimizations tuned to work well with a later LTO 190 /// optimization and code generation. It is particularly tuned to fit well
|
| /external/android-nn-driver/1.3/ |
| D | ArmnnDriverImpl.cpp | 222 …a single 'dummy' inference of the model. This means that CL kernels will get compiled (and tuned if in prepareArmnnModel_1_3() 232 …// Now that we've done one inference the CL kernel parameters will have been tuned, so save the up… in prepareArmnnModel_1_3() 239 ALOGE("ArmnnDriverImpl::prepareModel: Failed to save CL tuned parameters file '%s': %s", in prepareArmnnModel_1_3()
|
| /external/antlr/runtime/C/include/ |
| D | antlr3tokenstream.h | 224 /* The channel number that this token stream is tuned to. For instance, whitespace 225 * is usually tuned to channel 99, which no token stream would normally tune to and 231 * in the channel that this stream is tuned to, are not tracked in the
|
| /external/brotli/c/common/ |
| D | context.h | 12 CONTEXT_UTF8: second-order context model tuned for UTF8-encoded text, 13 CONTEXT_SIGNED: second-order context model tuned for signed integers.
|
| /external/antlr/runtime/Cpp/include/ |
| D | antlr3tokenstream.hpp | 276 /* The channel number that this token stream is tuned to. For instance, whitespace 277 * is usually tuned to channel 99, which no token stream would normally tune to and 293 * in the channel that this stream is tuned to, are not tracked in the
|
| /external/compiler-rt/test/builtins/timing/ |
| D | time | 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
|
| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/snappy/ |
| D | SnappyRoundtripTest.java | 91 System.err.println("Configuration: tuned for speed"); in blaTarRoundtripTunedForSpeed() 100 System.err.println("Configuration: tuned for compression ratio"); in blaTarRoundtripTunedForCompressionRatio()
|
| /external/lz4/contrib/snap/ |
| D | snapcraft.yaml | 10 Speed can be tuned dynamically, selecting an "acceleration" factor which
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | ml_v1.projects.locations.studies.trials.html | 169 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug… 288 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug… 338 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug… 386 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug… 459 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug… 516 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug… 581 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug… 644 …{ # A message representing a parameter to be tuned. Contains the name of the parameter and the sug…
|
| /external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
| D | prediction_ops.cc | 182 // would work for many cases. May be tuned later. in Compute() 272 // value would work for many cases. May be tuned later. in Compute() 389 // value would work for many cases. May be tuned later. in Compute()
|