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

Function TEST

tensorflow/lite/experimental/ruy/wait_test.cc:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85TEST(WaitTest, WaitTestNoSpin) {
86 WaitTest(DurationFromSeconds(0), DurationFromSeconds(0));
87}
88
89TEST(WaitTest, WaitTestSpinOneMicrosecond) {
90 WaitTest(DurationFromSeconds(1e-6), DurationFromSeconds(0));

Callers

nothing calls this directly

Calls 2

WaitTestFunction · 0.85
DurationFromSecondsFunction · 0.85

Tested by

no test coverage detected