Home
last modified time | relevance | path

Searched refs:num_ (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc78 num_ = proto.num(); in DecodeFromProto()
94 num_ = 0; in Clear()
111 num_++; in Add()
127 if (num_ == 0.0) return 0.0; in Percentile()
129 double threshold = num_ * (p / 100.0); in Percentile()
160 if (num_ == 0.0) return 0; in Average()
161 return sum_ / num_; in Average()
165 if (num_ == 0.0) return 0; in StandardDeviation()
166 double variance = (sum_squares_ * num_ - sum_ * sum_) / (num_ * num_); in StandardDeviation()
173 snprintf(buf, sizeof(buf), "Count: %.0f Average: %.4f StdDev: %.2f\n", num_, in ToString()
[all …]
Dhistogram.h90 double num_; variable
/external/tensorflow/tensorflow/core/lib/random/
Ddistribution_sampler.h55 int idx = rand->Uniform(num_); in Sample()
62 int num() const { return num_; } in num()
66 DCHECK_LT(idx, num_); in prob()
71 DCHECK_LT(idx, num_); in alt()
76 DCHECK_LT(idx, num_); in set_prob()
81 DCHECK_LT(idx, num_); in set_alt()
85 int num_; variable
Ddistribution_sampler.cc28 num_ = n; in DistributionSampler()
/external/libcxx/test/std/containers/sequences/list/list.ops/
Dsort_comp.pass.cpp25 throwingLess() : num_(1) {} in throwingLess()
26 throwingLess(int num) : num_(num) {} in throwingLess()
30 if ( --num_ == 0) throw 1; in operator ()()
34 mutable int num_; member
/external/webrtc/webrtc/base/
Dmessagequeue.h153 : cmsDelay_(delay), msTrigger_(trigger), num_(num), msg_(msg) {} in DelayedMessage()
157 || ((dmsg.msTrigger_ == msTrigger_) && (dmsg.num_ < num_));
162 uint32_t num_; variable
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.h73 scr->num_##name++; \
81 scr->num_##name--; \
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.cc26 : tracer_(tracer), scope_id_(scope_id), num_(num) { in Scope()
37 tracer_->RecordCompile(elapsed, num_); in ~Scope()
Dcompiler-dispatcher-tracer.h46 size_t num_; variable
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs518 num_ = other.num_; in Num()
529 private long num_; field in Math.Num
532 get { return num_; }
534 num_ = value;
/external/boringssl/src/crypto/bio/
Dpair.c233 static int bio_write(BIO *bio, const char *buf, int num_) { in bio_write() argument
234 size_t num = num_; in bio_write()
/external/freetype/src/cff/
Dcffparse.c1054 FT_FIELD_OFFSET( num_ ## name ) \
1108 FT_FIELD_OFFSET( num_ ## name ), \
/external/freetype/include/freetype/internal/
Dpsaux.h309 FT_FIELD_OFFSET( num_ ## _fname ), \