MCPcopy 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

DebugMethod · 0.80
AnalyzeEdgesMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected