Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ Caffe
Method
Caffe
src/caffe/common.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
#ifdef CPU_ONLY // CPU-only Caffe.
53
54
Caffe::Caffe()
55
: random_generator_(), mode_(Caffe::CPU),
56
solver_count_(1), solver_rank_(0), multiprocess_(false) { }
57
58
Caffe::~Caffe() { }
59
Callers
nothing calls this directly
Calls
1
cluster_seedgen
Function · 0.85
Tested by
no test coverage detected