MCPcopy Create free account
hub / github.com/apache/singa / DecRefCount

Method DecRefCount

include/singa/core/common.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 return ++ref_count_; // Note do not use ref_count_++;
81 }
82 int DecRefCount() { return --ref_count_; }
83 int ref_count() const { return ref_count_.load(); }
84
85 bool initialized() const { return initialized_; }

Callers 3

~TensorMethod · 0.80
tensor.ccFile · 0.80
FromProtoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected