Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ DB
Method
DB
include/caffe/util/db.hpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
class DB {
37
public:
38
DB() { }
39
virtual ~DB() { }
40
virtual void Open(const string& source, Mode mode) = 0;
41
virtual void Close() = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected