Home
last modified time | relevance | path

Searched refs:kPercentile (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/video_coding/
Dcodec_timer.cc22 const float kPercentile = 0.95f; variable
29 : ignored_sample_count_(0), filter_(kPercentile) {} in VCMCodecTimer()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_dataset_op.cc28 static const double kPercentile = 90.0; variable
348 double best_percentile = histograms_[0].Percentile(kPercentile); in SelectFastestInputIndex()
352 double percentile = histograms_[i].Percentile(kPercentile); in SelectFastestInputIndex()
Dchoose_fastest_branch_dataset_op.cc32 static const double kPercentile = 90.0; variable
483 double best_percentile = histograms_[0].Percentile(kPercentile); in SelectFastestInputIndex()
487 double percentile = histograms_[i].Percentile(kPercentile); in SelectFastestInputIndex()