HomeSort by relevance Sort by last modified time
    Searched full:prob (Results 326 - 350 of 433) sorted by null

<<1112131415161718

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 127 BranchProbability Prob);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BranchProbabilityInfo.h 127 BranchProbability Prob);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BranchProbabilityInfo.h 127 BranchProbability Prob);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BranchProbabilityInfo.h 127 BranchProbability Prob);
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk 24 DSP_SRCS-yes += prob.h
25 DSP_SRCS-yes += prob.c
  /external/llvm/test/Analysis/BranchProbabilityInfo/
loop.ll 2 ; RUN: opt < %s -analyze -branch-prob | FileCheck %s
3 ; RUN: opt < %s -passes='print<branch-prob>' --disable-output 2>&1 | FileCheck %s
  /external/llvm/test/Transforms/SampleProfile/
branch.ll 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/branch.prof | opt -analyze -branch-prob | FileCheck %s
2 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/branch.prof | opt -analyze -branch-prob | FileCheck %s
propagate.ll 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/propagate.prof | opt -analyze -branch-prob | FileCheck %s
2 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/propagate.prof | opt -analyze -branch-prob | FileCheck %s
  /external/pdfium/third_party/libopenjpeg20/
mqc.c 555 OPJ_INT32 prob)
557 mqc->ctxs[ctxno] = &mqc_states[msb + (OPJ_UINT32)(prob << 1)];
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
mixture.py 44 Methods supported include `log_prob`, `prob`, `mean`, `sample`, and
64 plt.plot(x, bimix_gauss.prob(x).eval());
shape.py 95 scale=tf.ones(1000)).prob(x),
101 1000 non-identical Normals. Therefore a single call to `prob(x)` yields
  /external/llvm/lib/CodeGen/
IfConversion.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 604 "min-spec-prob",
619 "sched-spec-prob-cutoff",
624 "sched-state-edge-prob-cutoff",
    [all...]
  /bionic/libc/include/netinet/
icmp6.h 88 #define icmp6_pptr icmp6_data32[0] /* parameter prob */
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 178 static inline string probabilityStr (const float prob)
180 return prob == 0.0f ? "never" :
181 prob == 1.0f ? "ALWAYS" :
182 de::floatToString(prob*100.0f, 0) + "%";
    [all...]
  /external/iproute2/include/uapi/linux/
pkt_sched.h 866 __u32 prob; /* current probability */ member in struct:tc_pie_xstats
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 909 __u32 prob; /* current probability */ member in struct:tc_pie_xstats
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 88 cost += vp8_treed_cost(p->tree, p->prob, extra >> 1,
  /external/tensorflow/tensorflow/core/util/ctc/
ctc_loss_calculator.h 206 // y, prob are in num_classes x seq_len(b)
  /packages/apps/Gallery2/res/values-cs/
strings.xml 202 <string name="muting" msgid="5094925919589915324">"Probíhá ztlumení"</string>
216 <string name="ingest_importing" msgid="7456633398378527611">"Probíhá import..."</string>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
TODO 94 * a Bernoulli distribution with prob p/q (exact)
95 * a general discrete distribution (i with prob w[i]/sum(w[i]) (Walker
  /external/toybox/toys/pending/
xzcat.c     [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.c 137 self->priorSpeechProb = 0.5f; // Prior prob for speech/noise.
    [all...]
  /packages/apps/Contacts/res/values-cs/
strings.xml     [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]

Completed in 5701 milliseconds

<<1112131415161718