MCPcopy Create free account
hub / github.com/NVIDIA/DALI / RefCount

Method RefCount

dali/c_api_2/ref_counting.h:44–46  ·  view source on GitHub ↗

Returns the current reference count. */

Source from the content-addressed store, hash-verified

42
43 /** Returns the current reference count. */
44 int RefCount() const noexcept {
45 return ref_.load(std::memory_order_relaxed);
46 }
47
48 virtual ~RefCountedObject() = default;
49

Callers 4

daliTensorRefCountFunction · 0.80
daliTensorListRefCountFunction · 0.80
GetMethod · 0.80
daliPipelineOutputsGetFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected