Searched refs:num_ (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram.cc | 78 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 …]
|
D | histogram.h | 90 double num_; variable
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | distribution_sampler.h | 55 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
|
D | distribution_sampler.cc | 28 num_ = n; in DistributionSampler()
|
/external/libcxx/test/std/containers/sequences/list/list.ops/ |
D | sort_comp.pass.cpp | 25 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/ |
D | messagequeue.h | 153 : 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/ |
D | rbug_screen.h | 73 scr->num_##name++; \ 81 scr->num_##name--; \
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher-tracer.cc | 26 : tracer_(tracer), scope_id_(scope_id), num_(num) { in Scope() 37 tracer_->RecordCompile(elapsed, num_); in ~Scope()
|
D | compiler-dispatcher-tracer.h | 46 size_t num_; variable
|
/external/grpc-grpc/src/csharp/Grpc.Examples/ |
D | Math.cs | 518 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/ |
D | pair.c | 233 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/ |
D | cffparse.c | 1054 FT_FIELD_OFFSET( num_ ## name ) \ 1108 FT_FIELD_OFFSET( num_ ## name ), \
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 309 FT_FIELD_OFFSET( num_ ## _fname ), \
|