/external/webrtc/webrtc/modules/audio_processing/ |
D | voice_detection_impl.cc | 109 int VoiceDetectionImpl::set_likelihood(VoiceDetection::Likelihood likelihood) { in set_likelihood() argument 111 likelihood_ = likelihood; in set_likelihood() 114 switch (likelihood) { in set_likelihood() 137 VoiceDetection::Likelihood VoiceDetectionImpl::likelihood() const { in likelihood() function in webrtc::VoiceDetectionImpl
|
D | voice_detection_impl.h | 37 int set_likelihood(Likelihood likelihood) override; 38 Likelihood likelihood() const override;
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
D | contrib.distributions.md | 68 Functions that transform conjugate prior/likelihood pairs to distributions 71 ## Normal likelihood with conjugate prior
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 156 int(Likelihood likelihood)); 157 MOCK_CONST_METHOD0(likelihood,
|
D | audio_processing.h | 948 virtual int set_likelihood(Likelihood likelihood) = 0; 949 virtual Likelihood likelihood() const = 0;
|
/external/tensorflow/tensorflow/contrib/crf/ |
D | README.md | 44 # Compute the log-likelihood of the gold sequences and keep the transition
|
/external/python/cpython2/Doc/library/ |
D | mimetools.rst | 33 Return a unique string that has a high likelihood of being usable as a part
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | README.txt | 29 It also increase the likelihood the store may become dead.
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 29 It also increase the likelihood the store may become dead.
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 39 Seems like the jb branch has high likelihood of being taken. It would have
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | README-X86-64.txt | 39 Seems like the jb branch has high likelihood of being taken. It would have
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 1484 VoiceDetection::Likelihood likelihood[] = { in TEST_F() local 1490 for (size_t i = 0; i < arraysize(likelihood); i++) { in TEST_F() 1492 apm_->voice_detection()->set_likelihood(likelihood[i])); in TEST_F() 1493 EXPECT_EQ(likelihood[i], apm_->voice_detection()->likelihood()); in TEST_F()
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | tensorboard_histograms.md | 98 that every sample has an equal likelihood of being included, but because it is
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
D | word2vec.md | 96 [maximum likelihood](https://en.wikipedia.org/wiki/Maximum_likelihood) (ML) 111 by maximizing its [log-likelihood](https://en.wikipedia.org/wiki/Likelihood_function)
|
D | audio_recognition.md | 59 each label, and each number is the predicted likelihood of the input being that
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 182 To reduce likelihood of PIN being used with other devices or of
|
/external/tensorflow/tensorflow/docs_src/get_started/ |
D | premade_estimators.md | 161 namely, the likelihood that this flower is the given Iris species. The sum of
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | README.txt | 27 also increases the likelihood that we will be able to reload multiple values
|
/external/syslinux/doc/ |
D | SubmittingPatches.txt | 231 decreasing the likelihood of your MIME-attached change being accepted.
|
/external/llvm/lib/Target/ARM/ |
D | README.txt | 27 also increases the likelihood that we will be able to reload multiple values
|
/external/python/cpython3/Doc/library/ |
D | hashlib.rst | 551 hashing offers the signer additional protection by reducing the likelihood
|
/external/python/cpython2/PC/os2emx/ |
D | README.os2emx | 673 In no particular order of apparent importance or likelihood...
|
/external/tensorflow/tensorflow/contrib/slim/ |
D | README.md | 24 These tools increase readability and maintainability, reduce the likelihood
|
/external/jemalloc/ |
D | ChangeLog | 551 rather than replacing je_. This reduces the likelihood of applications
|
/external/google-styleguide/ |
D | objcguide.md | 1235 consumer of the class. This helps reduce the likelihood they'll be called when
|