MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST

Function TEST

tensorflow/core/lib/histogram/histogram_test.cc:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49TEST(Histogram, Empty) {
50 Histogram h;
51 Validate(h);
52}
53
54TEST(Histogram, SingleValue) {
55 Histogram h;

Callers

nothing calls this directly

Calls 9

ValidateFunction · 0.85
MedianMethod · 0.80
PercentileMethod · 0.80
DecodeFromProtoMethod · 0.80
StandardDeviationMethod · 0.80
AddMethod · 0.45
EncodeToProtoMethod · 0.45
ToStringMethod · 0.45
AverageMethod · 0.45

Tested by

no test coverage detected