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

Function TEST_F

tensorflow/core/platform/unbounded_work_queue_test.cc:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66TEST_F(UnboundedWorkQueueTest, SingleClosure) {
67 constexpr int num_closures = 1;
68 RunMultipleCopiesOfClosure(num_closures, []() {});
69 BlockUntilClosuresDone(num_closures);
70}
71
72TEST_F(UnboundedWorkQueueTest, MultipleClosures) {
73 constexpr int num_closures = 10;

Callers

nothing calls this directly

Calls 3

DefaultFunction · 0.85
New64Function · 0.85
SleepForMicrosecondsMethod · 0.45

Tested by

no test coverage detected