Home
last modified time | relevance | path

Searched refs:adaptive (Results 1 – 25 of 40) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dunittest.cc103 template <typename T, bool adaptive>
113 ASSERT_EQ(0, T::EncoderInit(encdec, adaptive ? 0 : 1)); in TestGetSetBandwidthInfo()
116 if (adaptive) in TestGetSetBandwidthInfo()
124 ASSERT_EQ(0, T::EncoderInit(enc, adaptive ? 0 : 1)); in TestGetSetBandwidthInfo()
126 if (adaptive) in TestGetSetBandwidthInfo()
155 if (adaptive) in TestGetSetBandwidthInfo()
196 bool adaptive; member
203 << (itp.adaptive ? "adaptive" : "nonadaptive") << ',' in operator <<()
218 if (p.adaptive) in TEST_P()
223 if (p.adaptive) in TEST_P()
[all …]
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_optimizer.py77 adaptive=True, argument
84 self._adaptive = adaptive
111 def adaptive(self): member in SDCAOptimizer
273 adaptive=self._adaptive,
/external/tensorflow/tensorflow/core/kernels/
Dsdca_ops.cc86 auto s = context->GetAttr("adaptative", &adaptive); in ComputeOptions()
88 s = context->GetAttr("adaptive", &adaptive); in ComputeOptions()
123 bool adaptive = true; member
157 if (options.adaptive) { in DoCompute()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.experimental.-linear-s-d-c-a.pbtxt7 …\', \'symmetric_l1_regularization\', \'symmetric_l2_regularization\', \'adaptive\'], varargs=None,…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.experimental.-linear-s-d-c-a.pbtxt7 …\', \'symmetric_l1_regularization\', \'symmetric_l2_regularization\', \'adaptive\'], varargs=None,…
/external/libxcam/
DChangeLog97 * Bayesian wavelet shrinkage for adaptive noise filtering.
98 - enable adaptive noise filtering based on Bayesian shrinkage estimation
156 - utilize an new adaptive local tone mapping algorithm.
165 - the local adaptive parameter are calculated by weighting the
DREADME.md24 - adaptive NR based on wavelet-haar and Bayersian shrinkage.
/external/autotest/client/site_tests/power_Display/
Dcabc.md6 *CABC* or *Content adaptive backlight control* is the technique that will adjust
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
DREADME.md7 L2HMC is an adaptive Markov Chain Monte Carlo (MCMC) algorithm that learns a non-volume preserving …
/external/libmpeg2/common/arm/
Dideint_spatial_filter_a9.s43 @* This functions performs edge adaptive spatial filtering on a 8x8 block
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SdcaOptimizerV2.pbtxt100 name: "adaptive"
/external/libvpx/libvpx/
Dusage_dx.dox10 spend working on the frame. This is typically used to support adaptive
DCHANGELOG540 make rdmult adaptive for intra in quantizer RDO
/external/walt/docs/usage/
DWALT_usage.md140 … using PWM for screen backlight brightness control, yo man need to turn adaptive brightness off (s…
261 …* Some devices use pulse width modulation (PWM) to control screen brightness. Disable adaptive scr…
/external/wycheproof/doc/
Drsa.md38 PKCS #1 v1.5 padding is susceptible to adaptive chosen ciphertext attacks and
/external/python/cpython2/Objects/
Dlistsort.txt3 This describes an adaptive, stable, natural mergesort, modestly called
166 equal-element gimmicks become less effective, while timsort's adaptive
264 allows the adaptive gimmicks more opportunity to exploit shorter natural
277 merge at the end. The adaptive gimmicks can do that with fewer than 2048+64
/external/python/cpython3/Objects/
Dlistsort.txt3 This describes an adaptive, stable, natural mergesort, modestly called
166 equal-element gimmicks become less effective, while timsort's adaptive
264 allows the adaptive gimmicks more opportunity to exploit shorter natural
277 merge at the end. The adaptive gimmicks can do that with fewer than 2048+64
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
Dsdca_ops.py522 adaptive=self._adaptive())
/external/python/cpython2/Doc/library/
Daudioop.rst119 Convert samples to 4 bit Intel/DVI ADPCM encoding. ADPCM coding is an adaptive
/external/python/cpython3/Doc/library/
Daudioop.rst129 Convert samples to 4 bit Intel/DVI ADPCM encoding. ADPCM coding is an adaptive
/external/iproute2/bash-completion/
Dtc329 _tc_once_attr 'limit min max avpkt burst adaptive probability \
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/
Dsdca_ops_test.py406 adaptive=False,
/external/syzkaller/sys/linux/
Dfilesystem.txt541 adaptive_mode stringnoz["mode=adaptive"]
/external/jemalloc/
DChangeLog53 - Add/use adaptive spinning for bootstrapping and radix tree node
465 - Correctly detect glibc's adaptive pthread mutexes.
/external/jemalloc_new/
DChangeLog427 - Add/use adaptive spinning for bootstrapping and radix tree node
839 - Correctly detect glibc's adaptive pthread mutexes.

12