Home
last modified time | relevance | path

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

12

/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/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/ruby/qps/src/proto/grpc/core/
Dstats_pb.rb29Histogram = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Histogram").msgclass constant
/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/webrtc/webrtc/modules/audio_processing/agc/
Dagc.h21 class Histogram; variable
Dhistogram.cc61 Histogram::Histogram() in Histogram() function in webrtc::Histogram
76 Histogram::Histogram(int window_size) in Histogram() function in webrtc::Histogram
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRetireControlUnitStatistics.h36 using Histogram = std::map<unsigned, unsigned>; variable
DDispatchStatistics.h52 using Histogram = std::map<unsigned, unsigned>; variable
DSchedulerStatistics.h44 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/grpc-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/grpc-grpc/src/ruby/qps/
Dhistogram.rb21 class Histogram class
/external/grpc-grpc/src/php/tests/qps/
Dhistogram.php21 class Histogram { class
/external/libchrome/base/metrics/
Dhistogram.h92 class Histogram; variable
Dhistogram.cc585 Histogram::Histogram(const char* name, in Histogram() function in base::Histogram
595 Histogram::Histogram(const char* name, in Histogram() function in base::Histogram
/external/v8/tools/
Deval_gc_nvp.py46 class Histogram: class
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto69 message Histogram { message
/external/webrtc/webrtc/system_wrappers/include/
Dmetrics.h162 class Histogram; variable
/external/v8/src/
Dcounters.h230 Histogram() {} in Histogram() function
231 Histogram(const char* name, int min, int max, int num_buckets, in Histogram() function
1524 friend class Histogram; variable
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in6358 Histogram(ref,...) function
/external/ImageMagick/PerlMagick/
DMagick.xs6359 Histogram(ref,...) in Histogram() function

12