/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram_test.cc | 49 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
|
D | histogram.cc | 53 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/ |
D | histogram.h | 31 Histogram() in Histogram() function 42 Histogram(Histogram&& other) : impl_(other.impl_) { other.impl_ = nullptr; } in Histogram() function
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Histogram.cs | 38 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/ |
D | stats_pb.rb | 29 … Histogram = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Histogram").msgclass constant
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/ |
D | Stats.cs | 203 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/ |
D | agc.h | 21 class Histogram; variable
|
D | histogram.cc | 61 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/ |
D | RetireControlUnitStatistics.h | 36 using Histogram = std::map<unsigned, unsigned>; variable
|
D | DispatchStatistics.h | 52 using Histogram = std::map<unsigned, unsigned>; variable
|
D | SchedulerStatistics.h | 44 using Histogram = std::map<unsigned, unsigned>; variable
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/ |
D | Histogram.php | 14 class Histogram extends \Google\Protobuf\Internal\Message class
|
/external/grpc-grpc/src/proto/grpc/core/ |
D | stats.proto | 24 message Histogram { message
|
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/ |
D | histogram.py | 21 class Histogram(object): class
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | massage_qps_stats_helpers.py | 51 Histogram = collections.namedtuple('Histogram', 'buckets boundaries') variable
|
/external/grpc-grpc/src/ruby/qps/ |
D | histogram.rb | 21 class Histogram class
|
/external/grpc-grpc/src/php/tests/qps/ |
D | histogram.php | 21 class Histogram { class
|
/external/libchrome/base/metrics/ |
D | histogram.h | 92 class Histogram; variable
|
D | histogram.cc | 585 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/ |
D | eval_gc_nvp.py | 46 class Histogram: class
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 69 message Histogram { message
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | metrics.h | 162 class Histogram; variable
|
/external/v8/src/ |
D | counters.h | 230 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/ |
D | quantum.xs.in | 6358 Histogram(ref,...) function
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 6359 Histogram(ref,...) in Histogram() function
|