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:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
class TestThreadA : public InternalThread {
24
void InternalThreadEntry() {
25
EXPECT_EQ(4244559767, caffe_rng_rand());
26
}
27
};
28
29
class TestThreadB : public InternalThread {
Callers
nothing calls this directly
Calls
1
caffe_rng_rand
Function · 0.85
Tested by
no test coverage detected