Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
namespace {
23
24
TEST(BlockingCounterTest, TestZero) {
25
BlockingCounter bc(0);
26
bc.Wait();
27
}
28
29
TEST(BlockingCounterTest, TestSingleThread) {
30
BlockingCounter bc(2);
Callers
nothing calls this directly
Calls
4
Default
Function · 0.85
Wait
Method · 0.45
DecrementCount
Method · 0.45
Schedule
Method · 0.45
Tested by
no test coverage detected