Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ ref_count
Method
ref_count
include/singa/core/common.h:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
int DecRefCount() { return --ref_count_; }
83
int ref_count() const { return ref_count_.load(); }
84
85
bool initialized() const { return initialized_; }
86
Callers
2
Debug
Method · 0.80
AnalyzeEdges
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected