/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_ops.cc | 87 auto s = context->GetAttr("adaptative", &adaptive); in ComputeOptions() 89 s = context->GetAttr("adaptive", &adaptive); in ComputeOptions() 124 bool adaptive = true; member 158 if (options.adaptive) { in DoCompute()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
D | MediaCodecInfo.java | 74 public final boolean adaptive; field in MediaCodecInfo 176 adaptive = !forceDisableAdaptive && capabilities != null && isAdaptive(capabilities); in MediaCodecInfo() 310 return adaptive; in isSeamlessAdaptationSupported() 333 && (adaptive in isSeamlessAdaptationSupported()
|
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
D | DashStreamingTest.java | 635 assertThat(Util.SDK_INT < 21 || decoderInfo.adaptive).isTrue(); in decoderInfoH264() 647 .adaptive) 660 .adaptive) 669 return decoderInfo == null || !decoderInfo.adaptive;
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.estimator.experimental.-linear-s-d-c-a.pbtxt | 7 …\', \'symmetric_l1_regularization\', \'symmetric_l2_regularization\', \'adaptive\'], varargs=None,…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.estimator.experimental.-linear-s-d-c-a.pbtxt | 7 …\', \'symmetric_l1_regularization\', \'symmetric_l2_regularization\', \'adaptive\'], varargs=None,…
|
/external/exoplayer/ |
D | METADATA | 7 "adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to"
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_lock.cpp | 1961 #define KMP_INC_STAT(lck, stat) (lck->lk.adaptive.stats.stat++) 1987 lck->lk.adaptive.badness = 0; in __kmp_update_badness_after_success() 1993 kmp_uint32 newBadness = (lck->lk.adaptive.badness << 1) | 1; in __kmp_step_badness() 1994 if (newBadness > lck->lk.adaptive.max_badness) { in __kmp_step_badness() 1997 lck->lk.adaptive.badness = newBadness; in __kmp_step_badness() 2005 kmp_uint32 badness = lck->lk.adaptive.badness; in __kmp_should_speculate() 2006 kmp_uint32 attempts = lck->lk.adaptive.acquire_attempts; in __kmp_should_speculate() 2016 int retries = lck->lk.adaptive.max_soft_retries; in __kmp_test_adaptive_lock_only() 2070 lck->lk.adaptive.acquire_attempts++; in __kmp_test_adaptive_lock() 2132 lck->lk.adaptive.acquire_attempts++; in __kmp_acquire_adaptive_lock() [all …]
|
D | kmp_lock.h | 417 adaptive; // Information for the speculative adaptive lock 613 kmp_adaptive_lock_t adaptive; member 1046 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm, a) \ 1052 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm, a) \
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | SdcaOptimizerV2.pbtxt | 78 name: "adaptive"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | SdcaOptimizerV2.pbtxt | 78 name: "adaptive"
|
/external/autotest/client/site_tests/power_Display/ |
D | cabc.md | 6 *CABC* or *Content adaptive backlight control* is the technique that will adjust
|
/external/libmpeg2/common/arm/ |
D | ideint_spatial_filter_a9.s | 43 @* This functions performs edge adaptive spatial filtering on a 8x8 block
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.7.rst | 78 - amd: move adaptive sync to performance section, as it is defined in
|
/external/ethtool/shell-completion/bash/ |
D | ethtool | 231 [adaptive-rx]=1 232 [adaptive-tx]=1 256 adaptive-rx|\ 257 adaptive-tx)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SdcaOptimizerV2.pbtxt | 100 name: "adaptive"
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 10 spend working on the frame. This is typically used to support adaptive
|
/external/exoplayer/tree/ |
D | README.md | 7 adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to customize
|
/external/webrtc/docs/native-code/rtp-hdrext/playout-delay/ |
D | README.md | 24 * Movie playback: In some scenarios, the user prefers smooth playback and adaptive delay impacts en…
|
/external/perfetto/protos/perfetto/trace/android/ |
D | frame_timeline_event.proto | 20 // Generated by SurfaceFlinger's FrameTimeline (go/adaptive-scheduling-fr).
|
/external/walt/docs/usage/ |
D | WALT_usage.md | 144 … using PWM for screen backlight brightness control, yo man need to turn adaptive brightness off (s… 267 …* Some devices use pulse width modulation (PWM) to control screen brightness. Disable adaptive scr…
|
/external/wycheproof/doc/ |
D | rsa.md | 38 PKCS #1 v1.5 padding is susceptible to adaptive chosen ciphertext attacks and
|
/external/rust/crates/parking_lot/ |
D | README.md | 46 5. The locks are adaptive and will suspend a thread after a few failed spin
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | optimization_parameters.proto | 232 // https://papers.nips.cc/paper/8186-adaptive-methods-for-nonconvex-optimization.pdf 256 // https://papers.nips.cc/paper/8186-adaptive-methods-for-nonconvex-optimization.pdf
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 3 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/ |
D | listsort.txt | 3 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
|