MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / dec_ref

Method dec_ref

src/common/IContext.h:76–79  ·  view source on GitHub ↗

Decrement context refcount */

Source from the content-addressed store, hash-verified

74 }
75 /** Decrement context refcount */
76 void dec_ref() const
77 {
78 --_refcount;
79 }
80 /** Reference counter accessor
81 *
82 * @return The number of references pointing to this object

Callers 4

~TensorPackMethod · 0.80
~IQueueMethod · 0.80
~ITensorV2Method · 0.80
~IOperatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected