MCPcopy Create free account
hub / github.com/BVLC/caffe / DBTest

Method DBTest

src/caffe/test/test_db.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class DBTest : public ::testing::Test {
20 protected:
21 DBTest()
22 : backend_(TypeParam::backend),
23 root_images_(string(EXAMPLES_SOURCE_DIR) + string("images/")) {}
24
25 virtual void SetUp() {
26 MakeTempDir(&source_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected