Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ InternalThreadEntry
Method
InternalThreadEntry
src/caffe/test/test_internal_thread.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
class TestThreadB : public InternalThread {
30
void InternalThreadEntry() {
31
EXPECT_EQ(1726478280, caffe_rng_rand());
32
}
33
};
34
35
TEST_F(InternalThreadTest, TestRandomSeed) {
Callers
nothing calls this directly
Calls
1
caffe_rng_rand
Function · 0.85
Tested by
no test coverage detected