MCPcopy 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
23class TestThreadA : public InternalThread {
24 void InternalThreadEntry() {
25 EXPECT_EQ(4244559767, caffe_rng_rand());
26 }
27};
28
29class TestThreadB : public InternalThread {

Callers

nothing calls this directly

Calls 1

caffe_rng_randFunction · 0.85

Tested by

no test coverage detected