Home
last modified time | relevance | path

Searched defs:Histogram (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/plotters/src/series/
Dhistogram.rs20 pub struct Histogram<'a, BR, A, Tag = Vertical> struct
34 impl<'a, BR, A, Tag> Histogram<'a, BR, A, Tag> argument
103 impl<'a, BR, A> Histogram<'a, BR, A, Vertical> implementation
120 impl<'a, BR, A> Histogram<'a, BR, A, Horizontal> impl
136 impl<'a, BR, A> Iterator for Histogram<'a, BR, A, Vertical> implementation
160 impl<'a, BR, A> Iterator for Histogram<'a, BR, A, Horizontal> implementation
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram_test.cc49 TEST(Histogram, Empty) { in TEST() argument
54 TEST(Histogram, SingleValue) { in TEST() argument
60 TEST(Histogram, CustomBuckets) { in TEST() argument
69 TEST(Histogram, Median) { in TEST() argument
78 TEST(Histogram, Percentile) { in TEST() argument
104 TEST(Histogram, Basic) { in TEST() argument
Dhistogram.cc53 Histogram::Histogram() : bucket_limits_(InitDefaultBuckets()) { Clear(); } in Histogram() function in tensorflow::histogram::Histogram
57 Histogram::Histogram(gtl::ArraySlice<double> custom_bucket_limits) in Histogram() function in tensorflow::histogram::Histogram
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h31 Histogram() in Histogram() function
42 Histogram(Histogram&& other) : impl_(other.impl_) { other.impl_ = nullptr; } in Histogram() function
/external/webrtc/sdk/android/src/java/org/webrtc/
DHistogram.java22 class Histogram { class
25 private Histogram(long handle) { in Histogram() method in Histogram
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DHistogram.cs38 public class Histogram class
52 public Histogram(double resolution, double maxPossible) in Histogram() method in Grpc.IntegrationTesting.Histogram
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs203 public sealed partial class Histogram : pb::IMessage<Histogram> { class
220 public Histogram() { in Histogram() method in Grpc.Core.Histogram
227 public Histogram(Histogram other) : this() { in Histogram() method in Grpc.Core.Histogram
392 public global::Grpc.Core.Histogram Histogram { property in Grpc.Core.Metric
405 Histogram = 11, enumerator
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/core/
Dstats_pb.rb29Histogram = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Histogram").msgclass constant
/external/llvm-project/llvm/tools/llvm-mca/Views/
DRetireControlUnitStatistics.h39 using Histogram = std::map<unsigned, unsigned>; variable
DDispatchStatistics.h52 using Histogram = std::map<unsigned, unsigned>; variable
DSchedulerStatistics.h65 using Histogram = std::map<unsigned, unsigned>; variable
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/
DHistogram.php14 class Histogram extends \Google\Protobuf\Internal\Message class
/external/webrtc/modules/video_coding/
Dhistogram.cc19 Histogram::Histogram(size_t num_buckets, size_t max_num_values) { in Histogram() function in webrtc::video_coding::Histogram
/external/grpc-grpc/src/proto/grpc/core/
Dstats.proto24 message Histogram { message
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/core/
Dstats.proto24 message Histogram { message
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dhistogram.py21 class Histogram(object): class
/external/grpc-grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py51 Histogram = collections.namedtuple('Histogram', 'buckets boundaries') variable
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py51 Histogram = collections.namedtuple('Histogram', 'buckets boundaries') variable
/external/grpc-grpc/src/ruby/qps/
Dhistogram.rb21 class Histogram class
/external/grpc-grpc/src/php/tests/qps/
Dhistogram.php21 class Histogram { class
/external/webrtc/modules/audio_coding/neteq/
Dhistogram.cc23 Histogram::Histogram(size_t num_buckets, in Histogram() function in webrtc::Histogram
/external/openscreen/cast/cast_core/api/metrics/
Dmetrics_recorder.proto39 message Histogram { message
/external/libchrome/base/metrics/
Dhistogram.h92 class Histogram; variable
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h40 bool Histogram = false; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h40 bool Histogram = false; member

12