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

Function TEST

tensorflow/core/lib/monitoring/gauge_test.cc:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 "/tensorflow/test/gauge_with_labels", "Gauge with one label.", "MyLabel");
26
27TEST(LabeledGaugeTest, InitializedWithZero) {
28 EXPECT_EQ(0, gauge_with_labels->GetCell("Empty")->value());
29}
30
31TEST(LabeledGaugeTest, GetCell) {
32 auto* cell = gauge_with_labels->GetCell("GetCellOp");

Callers

nothing calls this directly

Calls 5

valueMethod · 0.45
GetCellMethod · 0.45
SetMethod · 0.45
okMethod · 0.45
GetStatusMethod · 0.45

Tested by

no test coverage detected