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

Function TEST

tensorflow/core/lib/core/blocking_counter_test.cc:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace {
23
24TEST(BlockingCounterTest, TestZero) {
25 BlockingCounter bc(0);
26 bc.Wait();
27}
28
29TEST(BlockingCounterTest, TestSingleThread) {
30 BlockingCounter bc(2);

Callers

nothing calls this directly

Calls 4

DefaultFunction · 0.85
WaitMethod · 0.45
DecrementCountMethod · 0.45
ScheduleMethod · 0.45

Tested by

no test coverage detected